7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/SchemaType.h>
49 template<
typename CollaborationIdentifierT = Aws::String>
50 void SetCollaborationIdentifier(CollaborationIdentifierT&& value) { m_collaborationIdentifierHasBeenSet =
true; m_collaborationIdentifier = std::forward<CollaborationIdentifierT>(value); }
51 template<
typename CollaborationIdentifierT = Aws::String>
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_collaborationIdentifierHasBeenSet =
false;
94 bool m_schemaTypeHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
SchemaType GetSchemaType() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
void SetCollaborationIdentifier(CollaborationIdentifierT &&value)
ListSchemasRequest & WithMaxResults(int value)
bool SchemaTypeHasBeenSet() const
void SetSchemaType(SchemaType value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
void SetMaxResults(int value)
AWS_CLEANROOMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListSchemasRequest & WithCollaborationIdentifier(CollaborationIdentifierT &&value)
ListSchemasRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_CLEANROOMS_API ListSchemasRequest()=default
bool CollaborationIdentifierHasBeenSet() const
ListSchemasRequest & WithSchemaType(SchemaType value)
bool NextTokenHasBeenSet() const
const Aws::String & GetCollaborationIdentifier() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String