7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateConfiguredAudienceModelAssociation"; }
59 inline void SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
73 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
87 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
94 Aws::String m_configuredAudienceModelAssociationIdentifier;
95 bool m_configuredAudienceModelAssociationIdentifierHasBeenSet =
false;
98 bool m_membershipIdentifierHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String