7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/Compatibility.h>
12#include <aws/glue/model/DataFormat.h>
13#include <aws/glue/model/SchemaStatus.h>
14#include <aws/glue/model/SchemaVersionStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename RegistryNameT = Aws::String>
42 m_registryNameHasBeenSet =
true;
43 m_registryName = std::forward<RegistryNameT>(value);
45 template <
typename RegistryNameT = Aws::String>
57 template <
typename RegistryArnT = Aws::String>
59 m_registryArnHasBeenSet =
true;
60 m_registryArn = std::forward<RegistryArnT>(value);
62 template <
typename RegistryArnT = Aws::String>
74 template <
typename SchemaNameT = Aws::String>
76 m_schemaNameHasBeenSet =
true;
77 m_schemaName = std::forward<SchemaNameT>(value);
79 template <
typename SchemaNameT = Aws::String>
91 template <
typename SchemaArnT = Aws::String>
93 m_schemaArnHasBeenSet =
true;
94 m_schemaArn = std::forward<SchemaArnT>(value);
96 template <
typename SchemaArnT = Aws::String>
108 template <
typename DescriptionT = Aws::String>
110 m_descriptionHasBeenSet =
true;
111 m_description = std::forward<DescriptionT>(value);
113 template <
typename DescriptionT = Aws::String>
127 m_dataFormatHasBeenSet =
true;
128 m_dataFormat = value;
142 m_compatibilityHasBeenSet =
true;
143 m_compatibility = value;
158 m_schemaCheckpointHasBeenSet =
true;
159 m_schemaCheckpoint = value;
174 m_latestSchemaVersionHasBeenSet =
true;
175 m_latestSchemaVersion = value;
190 m_nextSchemaVersionHasBeenSet =
true;
191 m_nextSchemaVersion = value;
205 m_schemaStatusHasBeenSet =
true;
206 m_schemaStatus = value;
219 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
221 m_tagsHasBeenSet =
true;
222 m_tags = std::forward<TagsT>(value);
224 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
226 SetTags(std::forward<TagsT>(value));
229 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
231 m_tagsHasBeenSet =
true;
232 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
242 template <
typename SchemaVersionIdT = Aws::String>
244 m_schemaVersionIdHasBeenSet =
true;
245 m_schemaVersionId = std::forward<SchemaVersionIdT>(value);
247 template <
typename SchemaVersionIdT = Aws::String>
260 m_schemaVersionStatusHasBeenSet =
true;
261 m_schemaVersionStatus = value;
272 template <
typename RequestIdT = Aws::String>
274 m_requestIdHasBeenSet =
true;
275 m_requestId = std::forward<RequestIdT>(value);
277 template <
typename RequestIdT = Aws::String>
300 long long m_schemaCheckpoint{0};
302 long long m_latestSchemaVersion{0};
304 long long m_nextSchemaVersion{0};
316 bool m_registryNameHasBeenSet =
false;
317 bool m_registryArnHasBeenSet =
false;
318 bool m_schemaNameHasBeenSet =
false;
319 bool m_schemaArnHasBeenSet =
false;
320 bool m_descriptionHasBeenSet =
false;
321 bool m_dataFormatHasBeenSet =
false;
322 bool m_compatibilityHasBeenSet =
false;
323 bool m_schemaCheckpointHasBeenSet =
false;
324 bool m_latestSchemaVersionHasBeenSet =
false;
325 bool m_nextSchemaVersionHasBeenSet =
false;
326 bool m_schemaStatusHasBeenSet =
false;
327 bool m_tagsHasBeenSet =
false;
328 bool m_schemaVersionIdHasBeenSet =
false;
329 bool m_schemaVersionStatusHasBeenSet =
false;
330 bool m_requestIdHasBeenSet =
false;
SchemaStatus GetSchemaStatus() const
SchemaVersionStatus GetSchemaVersionStatus() const
CreateSchemaResult & WithSchemaVersionStatus(SchemaVersionStatus value)
const Aws::String & GetRegistryArn() const
void SetRequestId(RequestIdT &&value)
void SetSchemaCheckpoint(long long value)
const Aws::String & GetRegistryName() const
CreateSchemaResult & WithSchemaName(SchemaNameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetDescription() const
CreateSchemaResult & WithDescription(DescriptionT &&value)
Compatibility GetCompatibility() const
void SetSchemaName(SchemaNameT &&value)
AWS_GLUE_API CreateSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSchemaVersionStatus(SchemaVersionStatus value)
void SetDescription(DescriptionT &&value)
AWS_GLUE_API CreateSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DataFormat GetDataFormat() const
CreateSchemaResult & WithDataFormat(DataFormat value)
void SetSchemaStatus(SchemaStatus value)
CreateSchemaResult & WithSchemaCheckpoint(long long value)
const Aws::String & GetSchemaName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetLatestSchemaVersion(long long value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_GLUE_API CreateSchemaResult()=default
long long GetSchemaCheckpoint() const
CreateSchemaResult & WithRegistryName(RegistryNameT &&value)
CreateSchemaResult & WithSchemaArn(SchemaArnT &&value)
void SetRegistryName(RegistryNameT &&value)
const Aws::String & GetSchemaVersionId() const
CreateSchemaResult & WithTags(TagsT &&value)
CreateSchemaResult & WithCompatibility(Compatibility value)
long long GetNextSchemaVersion() const
void SetSchemaVersionId(SchemaVersionIdT &&value)
CreateSchemaResult & WithSchemaStatus(SchemaStatus value)
CreateSchemaResult & WithRegistryArn(RegistryArnT &&value)
void SetDataFormat(DataFormat value)
CreateSchemaResult & WithNextSchemaVersion(long long value)
void SetCompatibility(Compatibility value)
void SetNextSchemaVersion(long long value)
const Aws::String & GetSchemaArn() const
CreateSchemaResult & WithRequestId(RequestIdT &&value)
long long GetLatestSchemaVersion() const
CreateSchemaResult & WithSchemaVersionId(SchemaVersionIdT &&value)
void SetRegistryArn(RegistryArnT &&value)
CreateSchemaResult & WithLatestSchemaVersion(long long value)
CreateSchemaResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetSchemaArn(SchemaArnT &&value)
void SetTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue