/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Controls on the query specifications that can be run on a configured
* table.See Also:
AWS
* API Reference
Controls on the query specifications that can be run on a configured * table.
*/ inline const ConfiguredTableAnalysisRulePolicyV1& GetV1() const{ return m_v1; } /** *Controls on the query specifications that can be run on a configured * table.
*/ inline bool V1HasBeenSet() const { return m_v1HasBeenSet; } /** *Controls on the query specifications that can be run on a configured * table.
*/ inline void SetV1(const ConfiguredTableAnalysisRulePolicyV1& value) { m_v1HasBeenSet = true; m_v1 = value; } /** *Controls on the query specifications that can be run on a configured * table.
*/ inline void SetV1(ConfiguredTableAnalysisRulePolicyV1&& value) { m_v1HasBeenSet = true; m_v1 = std::move(value); } /** *Controls on the query specifications that can be run on a configured * table.
*/ inline ConfiguredTableAnalysisRulePolicy& WithV1(const ConfiguredTableAnalysisRulePolicyV1& value) { SetV1(value); return *this;} /** *Controls on the query specifications that can be run on a configured * table.
*/ inline ConfiguredTableAnalysisRulePolicy& WithV1(ConfiguredTableAnalysisRulePolicyV1&& value) { SetV1(std::move(value)); return *this;} private: ConfiguredTableAnalysisRulePolicyV1 m_v1; bool m_v1HasBeenSet = false; }; } // namespace Model } // namespace CleanRooms } // namespace Aws