7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/IdMappingConfig.h>
60 inline void SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
74 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
88 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
108 bool m_idNamespaceAssociationIdentifierHasBeenSet =
false;
111 bool m_membershipIdentifierHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
120 bool m_idMappingConfigHasBeenSet =
false;
void SetName(const char *value)
void SetIdNamespaceAssociationIdentifier(const Aws::String &value)
const Aws::String & GetDescription() const
UpdateIdNamespaceAssociationRequest & WithName(const char *value)
UpdateIdNamespaceAssociationRequest & WithDescription(const char *value)
bool IdNamespaceAssociationIdentifierHasBeenSet() const
void SetDescription(const Aws::String &value)
UpdateIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(const Aws::String &value)
const Aws::String & GetIdNamespaceAssociationIdentifier() const
void SetMembershipIdentifier(const char *value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool MembershipIdentifierHasBeenSet() const
void SetName(const Aws::String &value)
const IdMappingConfig & GetIdMappingConfig() const
bool IdMappingConfigHasBeenSet() const
UpdateIdNamespaceAssociationRequest & WithName(const Aws::String &value)
void SetMembershipIdentifier(const Aws::String &value)
void SetName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
UpdateIdNamespaceAssociationRequest & WithName(Aws::String &&value)
UpdateIdNamespaceAssociationRequest & WithIdMappingConfig(const IdMappingConfig &value)
UpdateIdNamespaceAssociationRequest & WithMembershipIdentifier(Aws::String &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
AWS_CLEANROOMS_API UpdateIdNamespaceAssociationRequest()
void SetIdMappingConfig(const IdMappingConfig &value)
void SetMembershipIdentifier(Aws::String &&value)
UpdateIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(Aws::String &&value)
void SetIdNamespaceAssociationIdentifier(const char *value)
void SetIdMappingConfig(IdMappingConfig &&value)
const Aws::String & GetMembershipIdentifier() const
void SetDescription(Aws::String &&value)
UpdateIdNamespaceAssociationRequest & WithDescription(Aws::String &&value)
UpdateIdNamespaceAssociationRequest & WithMembershipIdentifier(const char *value)
bool DescriptionHasBeenSet() const
UpdateIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(const char *value)
void SetDescription(const char *value)
UpdateIdNamespaceAssociationRequest & WithMembershipIdentifier(const Aws::String &value)
UpdateIdNamespaceAssociationRequest & WithDescription(const Aws::String &value)
void SetIdNamespaceAssociationIdentifier(Aws::String &&value)
UpdateIdNamespaceAssociationRequest & WithIdMappingConfig(IdMappingConfig &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String