7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/PopulationAnalysisConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename MembershipIdentifierT = Aws::String>
42 m_membershipIdentifierHasBeenSet =
true;
43 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
45 template <
typename MembershipIdentifierT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
96 template <
typename PopulationAnalysisConfigurationT = PopulationAnalysisConfiguration>
98 m_populationAnalysisConfigurationHasBeenSet =
true;
99 m_populationAnalysisConfiguration = std::forward<PopulationAnalysisConfigurationT>(value);
101 template <
typename PopulationAnalysisConfigurationT = PopulationAnalysisConfiguration>
115 template <
typename KmsKeyArnT = Aws::String>
117 m_kmsKeyArnHasBeenSet =
true;
118 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
120 template <
typename KmsKeyArnT = Aws::String>
135 m_retentionInDaysHasBeenSet =
true;
136 m_retentionInDays = value;
153 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 m_tagsHasBeenSet =
true;
156 m_tags = std::forward<TagsT>(value);
158 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
160 SetTags(std::forward<TagsT>(value));
163 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
165 m_tagsHasBeenSet =
true;
166 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
181 int m_retentionInDays{0};
184 bool m_membershipIdentifierHasBeenSet =
false;
185 bool m_nameHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
187 bool m_populationAnalysisConfigurationHasBeenSet =
false;
188 bool m_kmsKeyArnHasBeenSet =
false;
189 bool m_retentionInDaysHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String