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>
95 template <
typename PopulationAnalysisConfigurationT = PopulationAnalysisConfiguration>
97 m_populationAnalysisConfigurationHasBeenSet =
true;
98 m_populationAnalysisConfiguration = std::forward<PopulationAnalysisConfigurationT>(value);
100 template <
typename PopulationAnalysisConfigurationT = PopulationAnalysisConfiguration>
114 template <
typename KmsKeyArnT = Aws::String>
116 m_kmsKeyArnHasBeenSet =
true;
117 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
119 template <
typename KmsKeyArnT = Aws::String>
133 m_retentionInDaysHasBeenSet =
true;
134 m_retentionInDays = value;
151 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
153 m_tagsHasBeenSet =
true;
154 m_tags = std::forward<TagsT>(value);
156 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 SetTags(std::forward<TagsT>(value));
161 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
163 m_tagsHasBeenSet =
true;
164 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 int m_retentionInDays{0};
182 bool m_membershipIdentifierHasBeenSet =
false;
183 bool m_nameHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
185 bool m_populationAnalysisConfigurationHasBeenSet =
false;
186 bool m_kmsKeyArnHasBeenSet =
false;
187 bool m_retentionInDaysHasBeenSet =
false;
188 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