7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename IdNamespaceAssociationIdentifierT = Aws::String>
43 void SetIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT&& value) { m_idNamespaceAssociationIdentifierHasBeenSet =
true; m_idNamespaceAssociationIdentifier = std::forward<IdNamespaceAssociationIdentifierT>(value); }
44 template<
typename IdNamespaceAssociationIdentifierT = Aws::String>
55 template<
typename MembershipIdentifierT = Aws::String>
56 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
57 template<
typename MembershipIdentifierT = Aws::String>
63 bool m_idNamespaceAssociationIdentifierHasBeenSet =
false;
66 bool m_membershipIdentifierHasBeenSet =
false;
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
DeleteIdNamespaceAssociationRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdNamespaceAssociationIdentifier() const
bool IdNamespaceAssociationIdentifierHasBeenSet() const
const Aws::String & GetMembershipIdentifier() const
void SetIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT &&value)
DeleteIdNamespaceAssociationRequest & WithIdNamespaceAssociationIdentifier(IdNamespaceAssociationIdentifierT &&value)
void SetMembershipIdentifier(MembershipIdentifierT &&value)
AWS_CLEANROOMS_API DeleteIdNamespaceAssociationRequest()=default
bool MembershipIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String