7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/AdditionalAnalyses.h>
9#include <aws/cleanrooms/model/AggregationThreshold.h>
10#include <aws/cleanrooms/model/ComparisonControls.h>
11#include <aws/cleanrooms/model/DifferentialPrivacyConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#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));
70 template <
typename AllowedAnalysisProv
idersT = Aws::Vector<Aws::String>>
72 m_allowedAnalysisProvidersHasBeenSet =
true;
73 m_allowedAnalysisProviders = std::forward<AllowedAnalysisProvidersT>(value);
75 template <
typename AllowedAnalysisProv
idersT = Aws::Vector<Aws::String>>
80 template <
typename AllowedAnalysisProv
idersT = Aws::String>
82 m_allowedAnalysisProvidersHasBeenSet =
true;
83 m_allowedAnalysisProviders.emplace_back(std::forward<AllowedAnalysisProvidersT>(value));
95 m_additionalAnalysesHasBeenSet =
true;
96 m_additionalAnalyses = value;
110 template <
typename DisallowedOutputColumnsT = Aws::Vector<Aws::String>>
112 m_disallowedOutputColumnsHasBeenSet =
true;
113 m_disallowedOutputColumns = std::forward<DisallowedOutputColumnsT>(value);
115 template <
typename DisallowedOutputColumnsT = Aws::Vector<Aws::String>>
120 template <
typename DisallowedOutputColumnsT = Aws::String>
122 m_disallowedOutputColumnsHasBeenSet =
true;
123 m_disallowedOutputColumns.emplace_back(std::forward<DisallowedOutputColumnsT>(value));
132 template <
typename DifferentialPrivacyT = DifferentialPrivacyConfiguration>
134 m_differentialPrivacyHasBeenSet =
true;
135 m_differentialPrivacy = std::forward<DifferentialPrivacyT>(value);
137 template <
typename DifferentialPrivacyT = DifferentialPrivacyConfiguration>
150 template <
typename AggregationThresholdsT = Aws::Vector<AggregationThreshold>>
152 m_aggregationThresholdsHasBeenSet =
true;
153 m_aggregationThresholds = std::forward<AggregationThresholdsT>(value);
155 template <
typename AggregationThresholdsT = Aws::Vector<AggregationThreshold>>
160 template <
typename AggregationThresholdsT = AggregationThreshold>
162 m_aggregationThresholdsHasBeenSet =
true;
163 m_aggregationThresholds.emplace_back(std::forward<AggregationThresholdsT>(value));
174 template <
typename ComparisonControlsT = ComparisonControls>
176 m_comparisonControlsHasBeenSet =
true;
177 m_comparisonControls = std::forward<ComparisonControlsT>(value);
179 template <
typename ComparisonControlsT = ComparisonControls>
192 template <
typename AllowedResultReceiversT = Aws::Vector<Aws::String>>
194 m_allowedResultReceiversHasBeenSet =
true;
195 m_allowedResultReceivers = std::forward<AllowedResultReceiversT>(value);
197 template <
typename AllowedResultReceiversT = Aws::Vector<Aws::String>>
202 template <
typename AllowedResultReceiversT = Aws::String>
204 m_allowedResultReceiversHasBeenSet =
true;
205 m_allowedResultReceivers.emplace_back(std::forward<AllowedResultReceiversT>(value));
216 template <
typename AllowedAdditionalAnalysesT = Aws::Vector<Aws::String>>
218 m_allowedAdditionalAnalysesHasBeenSet =
true;
219 m_allowedAdditionalAnalyses = std::forward<AllowedAdditionalAnalysesT>(value);
221 template <
typename AllowedAdditionalAnalysesT = Aws::Vector<Aws::String>>
226 template <
typename AllowedAdditionalAnalysesT = Aws::String>
228 m_allowedAdditionalAnalysesHasBeenSet =
true;
229 m_allowedAdditionalAnalyses.emplace_back(std::forward<AllowedAdditionalAnalysesT>(value));
242 DifferentialPrivacyConfiguration m_differentialPrivacy;
246 ComparisonControls m_comparisonControls;
251 bool m_allowedAnalysesHasBeenSet =
false;
252 bool m_allowedAnalysisProvidersHasBeenSet =
false;
253 bool m_additionalAnalysesHasBeenSet =
false;
254 bool m_disallowedOutputColumnsHasBeenSet =
false;
255 bool m_differentialPrivacyHasBeenSet =
false;
256 bool m_aggregationThresholdsHasBeenSet =
false;
257 bool m_comparisonControlsHasBeenSet =
false;
258 bool m_allowedResultReceiversHasBeenSet =
false;
259 bool m_allowedAdditionalAnalysesHasBeenSet =
false;
void SetAllowedAdditionalAnalyses(AllowedAdditionalAnalysesT &&value)
ConsolidatedPolicyCustom & WithAdditionalAnalyses(AdditionalAnalyses value)
void SetAdditionalAnalyses(AdditionalAnalyses value)
void SetAllowedAnalysisProviders(AllowedAnalysisProvidersT &&value)
const Aws::Vector< Aws::String > & GetAllowedAdditionalAnalyses() const
const Aws::Vector< Aws::String > & GetDisallowedOutputColumns() const
ConsolidatedPolicyCustom & WithAllowedAnalysisProviders(AllowedAnalysisProvidersT &&value)
ConsolidatedPolicyCustom & AddDisallowedOutputColumns(DisallowedOutputColumnsT &&value)
void SetDisallowedOutputColumns(DisallowedOutputColumnsT &&value)
ConsolidatedPolicyCustom & AddAllowedResultReceivers(AllowedResultReceiversT &&value)
void SetAggregationThresholds(AggregationThresholdsT &&value)
ConsolidatedPolicyCustom & WithAllowedAdditionalAnalyses(AllowedAdditionalAnalysesT &&value)
bool ComparisonControlsHasBeenSet() const
bool AdditionalAnalysesHasBeenSet() const
AWS_CLEANROOMS_API ConsolidatedPolicyCustom()=default
const DifferentialPrivacyConfiguration & GetDifferentialPrivacy() const
ConsolidatedPolicyCustom & AddAllowedAnalyses(AllowedAnalysesT &&value)
const ComparisonControls & GetComparisonControls() const
AWS_CLEANROOMS_API ConsolidatedPolicyCustom(Aws::Utils::Json::JsonView jsonValue)
void SetDifferentialPrivacy(DifferentialPrivacyT &&value)
ConsolidatedPolicyCustom & WithDifferentialPrivacy(DifferentialPrivacyT &&value)
void SetAllowedAnalyses(AllowedAnalysesT &&value)
bool DifferentialPrivacyHasBeenSet() const
bool AllowedAdditionalAnalysesHasBeenSet() const
AWS_CLEANROOMS_API ConsolidatedPolicyCustom & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAllowedAnalyses() const
ConsolidatedPolicyCustom & WithAllowedResultReceivers(AllowedResultReceiversT &&value)
void SetComparisonControls(ComparisonControlsT &&value)
bool AllowedAnalysesHasBeenSet() const
bool DisallowedOutputColumnsHasBeenSet() const
ConsolidatedPolicyCustom & WithComparisonControls(ComparisonControlsT &&value)
void SetAllowedResultReceivers(AllowedResultReceiversT &&value)
const Aws::Vector< AggregationThreshold > & GetAggregationThresholds() const
const Aws::Vector< Aws::String > & GetAllowedAnalysisProviders() const
ConsolidatedPolicyCustom & AddAllowedAnalysisProviders(AllowedAnalysisProvidersT &&value)
bool AggregationThresholdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetAllowedResultReceivers() const
ConsolidatedPolicyCustom & WithAllowedAnalyses(AllowedAnalysesT &&value)
ConsolidatedPolicyCustom & AddAllowedAdditionalAnalyses(AllowedAdditionalAnalysesT &&value)
bool AllowedResultReceiversHasBeenSet() const
ConsolidatedPolicyCustom & WithDisallowedOutputColumns(DisallowedOutputColumnsT &&value)
bool AllowedAnalysisProvidersHasBeenSet() const
AdditionalAnalyses GetAdditionalAnalyses() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
ConsolidatedPolicyCustom & WithAggregationThresholds(AggregationThresholdsT &&value)
ConsolidatedPolicyCustom & AddAggregationThresholds(AggregationThresholdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue