7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename CollaborationIdentifierT = Aws::String>
44 m_collaborationIdentifierHasBeenSet =
true;
45 m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value);
47 template <
typename CollaborationIdentifierT = Aws::String>
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
81 m_maxResultsHasBeenSet =
true;
95 bool m_collaborationIdentifierHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 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