7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename CollaborationIdentifierT = Aws::String>
39 m_collaborationIdentifierHasBeenSet =
true;
40 m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value);
42 template <
typename CollaborationIdentifierT = Aws::String>
55 template <
typename AccountIdT = Aws::String>
57 m_accountIdHasBeenSet =
true;
58 m_accountId = std::forward<AccountIdT>(value);
60 template <
typename AccountIdT = Aws::String>
70 bool m_collaborationIdentifierHasBeenSet =
false;
71 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