7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/RegistryId.h>
41 template <
typename RegistryIdT = RegistryId>
43 m_registryIdHasBeenSet =
true;
44 m_registryId = std::forward<RegistryIdT>(value);
46 template <
typename RegistryIdT = RegistryId>
61 m_maxResultsHasBeenSet =
true;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
89 bool m_registryIdHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const RegistryId & GetRegistryId() const
bool RegistryIdHasBeenSet() const
ListSchemasRequest & WithMaxResults(int value)
ListSchemasRequest & WithRegistryId(RegistryIdT &&value)
void SetMaxResults(int value)
void SetRegistryId(RegistryIdT &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
ListSchemasRequest & WithNextToken(NextTokenT &&value)
AWS_GLUE_API ListSchemasRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String