7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/CleanRoomsMLRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanroomsml/model/ConfiguredAudienceModelOutputConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cleanroomsml/model/AudienceSizeConfig.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/cleanroomsml/model/TagOnCreatePolicy.h>
15#include <aws/cleanroomsml/model/SharedAudienceMetrics.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetAudienceModelArn(
const char* value) { m_audienceModelArnHasBeenSet =
true; m_audienceModelArn.assign(value); }
94 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
201 bool m_nameHasBeenSet =
false;
204 bool m_audienceModelArnHasBeenSet =
false;
207 bool m_outputConfigHasBeenSet =
false;
210 bool m_descriptionHasBeenSet =
false;
213 bool m_sharedAudienceMetricsHasBeenSet =
false;
215 int m_minMatchingSeedSize;
216 bool m_minMatchingSeedSizeHasBeenSet =
false;
219 bool m_audienceSizeConfigHasBeenSet =
false;
222 bool m_tagsHasBeenSet =
false;
225 bool m_childResourceTagOnCreatePolicyHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector