7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/SchemaId.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename SchemaIdT = SchemaId>
51 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
52 template<
typename SchemaIdT = SchemaId>
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
81 bool m_schemaIdHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
87 bool m_nextTokenHasBeenSet =
false;
ListSchemaVersionsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool SchemaIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
void SetSchemaId(SchemaIdT &&value)
ListSchemaVersionsRequest & WithSchemaId(SchemaIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
ListSchemaVersionsRequest & WithNextToken(NextTokenT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
const SchemaId & GetSchemaId() const
AWS_GLUE_API ListSchemaVersionsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String