7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/AdditionalAnalyses.h>
9#include <aws/cleanrooms/model/DifferentialPrivacyConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename AllowedAnalysesT = Aws::Vector<Aws::String>>
48 m_allowedAnalysesHasBeenSet =
true;
49 m_allowedAnalyses = std::forward<AllowedAnalysesT>(value);
51 template <
typename AllowedAnalysesT = Aws::Vector<Aws::String>>
56 template <
typename AllowedAnalysesT = Aws::String>
58 m_allowedAnalysesHasBeenSet =
true;
59 m_allowedAnalyses.emplace_back(std::forward<AllowedAnalysesT>(value));
72 template <
typename AllowedAnalysisProv
idersT = Aws::Vector<Aws::String>>
74 m_allowedAnalysisProvidersHasBeenSet =
true;
75 m_allowedAnalysisProviders = std::forward<AllowedAnalysisProvidersT>(value);
77 template <
typename AllowedAnalysisProv
idersT = Aws::Vector<Aws::String>>
82 template <
typename AllowedAnalysisProv
idersT = Aws::String>
84 m_allowedAnalysisProvidersHasBeenSet =
true;
85 m_allowedAnalysisProviders.emplace_back(std::forward<AllowedAnalysisProvidersT>(value));
98 m_additionalAnalysesHasBeenSet =
true;
99 m_additionalAnalyses = value;
113 template <
typename DisallowedOutputColumnsT = Aws::Vector<Aws::String>>
115 m_disallowedOutputColumnsHasBeenSet =
true;
116 m_disallowedOutputColumns = std::forward<DisallowedOutputColumnsT>(value);
118 template <
typename DisallowedOutputColumnsT = Aws::Vector<Aws::String>>
123 template <
typename DisallowedOutputColumnsT = Aws::String>
125 m_disallowedOutputColumnsHasBeenSet =
true;
126 m_disallowedOutputColumns.emplace_back(std::forward<DisallowedOutputColumnsT>(value));
137 template <
typename DifferentialPrivacyT = DifferentialPrivacyConfiguration>
139 m_differentialPrivacyHasBeenSet =
true;
140 m_differentialPrivacy = std::forward<DifferentialPrivacyT>(value);
142 template <
typename DifferentialPrivacyT = DifferentialPrivacyConfiguration>
157 DifferentialPrivacyConfiguration m_differentialPrivacy;
158 bool m_allowedAnalysesHasBeenSet =
false;
159 bool m_allowedAnalysisProvidersHasBeenSet =
false;
160 bool m_additionalAnalysesHasBeenSet =
false;
161 bool m_disallowedOutputColumnsHasBeenSet =
false;
162 bool m_differentialPrivacyHasBeenSet =
false;
AWS_CLEANROOMS_API AnalysisRuleCustom(Aws::Utils::Json::JsonView jsonValue)
bool AdditionalAnalysesHasBeenSet() const
bool DisallowedOutputColumnsHasBeenSet() const
AnalysisRuleCustom & WithDisallowedOutputColumns(DisallowedOutputColumnsT &&value)
AnalysisRuleCustom & AddAllowedAnalysisProviders(AllowedAnalysisProvidersT &&value)
AnalysisRuleCustom & WithAllowedAnalyses(AllowedAnalysesT &&value)
void SetAllowedAnalyses(AllowedAnalysesT &&value)
AWS_CLEANROOMS_API AnalysisRuleCustom()=default
bool AllowedAnalysesHasBeenSet() const
const Aws::Vector< Aws::String > & GetDisallowedOutputColumns() const
void SetAdditionalAnalyses(AdditionalAnalyses value)
AnalysisRuleCustom & AddDisallowedOutputColumns(DisallowedOutputColumnsT &&value)
AnalysisRuleCustom & AddAllowedAnalyses(AllowedAnalysesT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const DifferentialPrivacyConfiguration & GetDifferentialPrivacy() const
AWS_CLEANROOMS_API AnalysisRuleCustom & operator=(Aws::Utils::Json::JsonView jsonValue)
AnalysisRuleCustom & WithAdditionalAnalyses(AdditionalAnalyses value)
const Aws::Vector< Aws::String > & GetAllowedAnalyses() const
const Aws::Vector< Aws::String > & GetAllowedAnalysisProviders() const
AnalysisRuleCustom & WithAllowedAnalysisProviders(AllowedAnalysisProvidersT &&value)
void SetDifferentialPrivacy(DifferentialPrivacyT &&value)
bool AllowedAnalysisProvidersHasBeenSet() const
AnalysisRuleCustom & WithDifferentialPrivacy(DifferentialPrivacyT &&value)
bool DifferentialPrivacyHasBeenSet() const
AdditionalAnalyses GetAdditionalAnalyses() const
void SetDisallowedOutputColumns(DisallowedOutputColumnsT &&value)
void SetAllowedAnalysisProviders(AllowedAnalysisProvidersT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue