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>
43 template<
typename IdNamespaceAssociationIdentifierT = Aws::String>
44 void SetIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT&& value) { m_idNamespaceAssociationIdentifierHasBeenSet =
true; m_idNamespaceAssociationIdentifier = std::forward<IdNamespaceAssociationIdentifierT>(value); }
45 template<
typename IdNamespaceAssociationIdentifierT = Aws::String>
56 template<
typename MembershipIdentifierT = Aws::String>
57 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
58 template<
typename MembershipIdentifierT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
92 template<
typename IdMappingConfigT = IdMappingConfig>
93 void SetIdMappingConfig(IdMappingConfigT&& value) { m_idMappingConfigHasBeenSet =
true; m_idMappingConfig = std::forward<IdMappingConfigT>(value); }
94 template<
typename IdMappingConfigT = IdMappingConfig>
100 bool m_idNamespaceAssociationIdentifierHasBeenSet =
false;
103 bool m_membershipIdentifierHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
112 bool m_idMappingConfigHasBeenSet =
false;
UpdateIdNamespaceAssociationRequest & WithIdMappingConfig(IdMappingConfigT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool IdNamespaceAssociationIdentifierHasBeenSet() const
const Aws::String & GetIdNamespaceAssociationIdentifier() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool MembershipIdentifierHasBeenSet() const
const IdMappingConfig & GetIdMappingConfig() const
AWS_CLEANROOMS_API UpdateIdNamespaceAssociationRequest()=default
UpdateIdNamespaceAssociationRequest & WithDescription(DescriptionT &&value)
bool IdMappingConfigHasBeenSet() const
void SetMembershipIdentifier(MembershipIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
UpdateIdNamespaceAssociationRequest & WithName(NameT &&value)
void SetIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
void SetIdMappingConfig(IdMappingConfigT &&value)
const Aws::String & GetMembershipIdentifier() const
UpdateIdNamespaceAssociationRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
UpdateIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String