7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CollaborationIdentifierT = Aws::String>
48 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
49 template<
typename CollaborationIdentifierT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 bool m_collaborationIdentifierHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
const Aws::String & GetCollaborationIdentifier() const
bool CollaborationIdentifierHasBeenSet() const
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
AWS_CLEANROOMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
ListMembersRequest & WithNextToken(NextTokenT &&value)
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
bool NextTokenHasBeenSet() const
ListMembersRequest & WithMaxResults(int value)
AWS_CLEANROOMS_API ListMembersRequest()=default
ListMembersRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String