7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/RegistryId.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RegistryIdT = RegistryId>
46 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
47 template<
typename RegistryIdT = RegistryId>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
76 bool m_registryIdHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
82 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