7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 inline void SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
67 bool m_idNamespaceAssociationIdentifierHasBeenSet =
false;
70 bool m_membershipIdentifierHasBeenSet =
false;
void SetMembershipIdentifier(const char *value)
GetIdNamespaceAssociationRequest & WithMembershipIdentifier(const Aws::String &value)
bool IdNamespaceAssociationIdentifierHasBeenSet() const
void SetIdNamespaceAssociationIdentifier(Aws::String &&value)
void SetMembershipIdentifier(const Aws::String &value)
void SetIdNamespaceAssociationIdentifier(const char *value)
GetIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(Aws::String &&value)
GetIdNamespaceAssociationRequest & WithMembershipIdentifier(Aws::String &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
GetIdNamespaceAssociationRequest & WithMembershipIdentifier(const char *value)
const Aws::String & GetMembershipIdentifier() const
virtual const char * GetServiceRequestName() const override
GetIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(const Aws::String &value)
AWS_CLEANROOMS_API GetIdNamespaceAssociationRequest()
GetIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(const char *value)
void SetIdNamespaceAssociationIdentifier(const Aws::String &value)
const Aws::String & GetIdNamespaceAssociationIdentifier() const
bool MembershipIdentifierHasBeenSet() const
void SetMembershipIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String