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>
48 template<
typename SchemaIdT = SchemaId>
49 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
50 template<
typename SchemaIdT = SchemaId>
60 template<
typename SchemaVersionNumberT = SchemaVersionNumber>
61 void SetSchemaVersionNumber(SchemaVersionNumberT&& value) { m_schemaVersionNumberHasBeenSet =
true; m_schemaVersionNumber = std::forward<SchemaVersionNumberT>(value); }
62 template<
typename SchemaVersionNumberT = SchemaVersionNumber>
72 template<
typename SchemaVersionIdT = Aws::String>
73 void SetSchemaVersionId(SchemaVersionIdT&& value) { m_schemaVersionIdHasBeenSet =
true; m_schemaVersionId = std::forward<SchemaVersionIdT>(value); }
74 template<
typename SchemaVersionIdT = Aws::String>
85 template<
typename MetadataListT = Aws::Vector<MetadataKeyValuePair>>
86 void SetMetadataList(MetadataListT&& value) { m_metadataListHasBeenSet =
true; m_metadataList = std::forward<MetadataListT>(value); }
87 template<
typename MetadataListT = Aws::Vector<MetadataKeyValuePair>>
89 template<
typename MetadataListT = MetadataKeyValuePair>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
110 template<
typename NextTokenT = Aws::String>
111 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
112 template<
typename NextTokenT = Aws::String>
118 bool m_schemaIdHasBeenSet =
false;
121 bool m_schemaVersionNumberHasBeenSet =
false;
124 bool m_schemaVersionIdHasBeenSet =
false;
127 bool m_metadataListHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
133 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