7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename CollaborationIdentifierT = Aws::String>
42 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
43 template<
typename CollaborationIdentifierT = Aws::String>
53 template<
typename AccountIdT = Aws::String>
54 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
55 template<
typename AccountIdT = Aws::String>
61 bool m_collaborationIdentifierHasBeenSet =
false;
64 bool m_accountIdHasBeenSet =
false;
DeleteMemberRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetCollaborationIdentifier() const
virtual const char * GetServiceRequestName() const override
AWS_CLEANROOMS_API DeleteMemberRequest()=default
void SetAccountId(AccountIdT &&value)
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
bool AccountIdHasBeenSet() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
bool CollaborationIdentifierHasBeenSet() const
DeleteMemberRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String