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/cleanroomsml/model/SharedAudienceMetrics.h>
48 inline void SetConfiguredAudienceModelArn(
const char* value) { m_configuredAudienceModelArnHasBeenSet =
true; m_configuredAudienceModelArn.assign(value); }
75 inline void SetAudienceModelArn(
const char* value) { m_audienceModelArnHasBeenSet =
true; m_audienceModelArn.assign(value); }
126 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
134 bool m_configuredAudienceModelArnHasBeenSet =
false;
137 bool m_outputConfigHasBeenSet =
false;
140 bool m_audienceModelArnHasBeenSet =
false;
143 bool m_sharedAudienceMetricsHasBeenSet =
false;
145 int m_minMatchingSeedSize;
146 bool m_minMatchingSeedSizeHasBeenSet =
false;
149 bool m_audienceSizeConfigHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector