7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/SchemaId.h>
10#include <aws/glue/model/SchemaVersionNumber.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/glue/model/MetadataKeyValuePair.h>
49 inline void SetSchemaId(
SchemaId&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::move(value); }
74 inline void SetSchemaVersionId(
const char* value) { m_schemaVersionIdHasBeenSet =
true; m_schemaVersionId.assign(value); }
102 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
114 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
122 bool m_schemaIdHasBeenSet =
false;
125 bool m_schemaVersionNumberHasBeenSet =
false;
128 bool m_schemaVersionIdHasBeenSet =
false;
131 bool m_metadataListHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector