7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename IdNamespaceAssociationIdentifierT = Aws::String>
40 m_idNamespaceAssociationIdentifierHasBeenSet =
true;
41 m_idNamespaceAssociationIdentifier = std::forward<IdNamespaceAssociationIdentifierT>(value);
43 template <
typename IdNamespaceAssociationIdentifierT = Aws::String>
57 template <
typename MembershipIdentifierT = Aws::String>
59 m_membershipIdentifierHasBeenSet =
true;
60 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
62 template <
typename MembershipIdentifierT = Aws::String>
72 bool m_idNamespaceAssociationIdentifierHasBeenSet =
false;
73 bool m_membershipIdentifierHasBeenSet =
false;
AWS_CLEANROOMS_API GetIdNamespaceAssociationRequest()=default
bool IdNamespaceAssociationIdentifierHasBeenSet() const
void SetMembershipIdentifier(MembershipIdentifierT &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
const Aws::String & GetMembershipIdentifier() const
virtual const char * GetServiceRequestName() const override
GetIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT &&value)
void SetIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT &&value)
const Aws::String & GetIdNamespaceAssociationIdentifier() const
bool MembershipIdentifierHasBeenSet() const
GetIdNamespaceAssociationRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String