7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Compatibility.h>
10#include <aws/glue/model/DataFormat.h>
11#include <aws/glue/model/SchemaStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename RegistryNameT = Aws::String>
39 m_registryNameHasBeenSet =
true;
40 m_registryName = std::forward<RegistryNameT>(value);
42 template <
typename RegistryNameT = Aws::String>
54 template <
typename RegistryArnT = Aws::String>
56 m_registryArnHasBeenSet =
true;
57 m_registryArn = std::forward<RegistryArnT>(value);
59 template <
typename RegistryArnT = Aws::String>
71 template <
typename SchemaNameT = Aws::String>
73 m_schemaNameHasBeenSet =
true;
74 m_schemaName = std::forward<SchemaNameT>(value);
76 template <
typename SchemaNameT = Aws::String>
88 template <
typename SchemaArnT = Aws::String>
90 m_schemaArnHasBeenSet =
true;
91 m_schemaArn = std::forward<SchemaArnT>(value);
93 template <
typename SchemaArnT = Aws::String>
105 template <
typename DescriptionT = Aws::String>
107 m_descriptionHasBeenSet =
true;
108 m_description = std::forward<DescriptionT>(value);
110 template <
typename DescriptionT = Aws::String>
124 m_dataFormatHasBeenSet =
true;
125 m_dataFormat = value;
139 m_compatibilityHasBeenSet =
true;
140 m_compatibility = value;
155 m_schemaCheckpointHasBeenSet =
true;
156 m_schemaCheckpoint = value;
171 m_latestSchemaVersionHasBeenSet =
true;
172 m_latestSchemaVersion = value;
187 m_nextSchemaVersionHasBeenSet =
true;
188 m_nextSchemaVersion = value;
202 m_schemaStatusHasBeenSet =
true;
203 m_schemaStatus = value;
216 template <
typename CreatedTimeT = Aws::String>
218 m_createdTimeHasBeenSet =
true;
219 m_createdTime = std::forward<CreatedTimeT>(value);
221 template <
typename CreatedTimeT = Aws::String>
233 template <
typename UpdatedTimeT = Aws::String>
235 m_updatedTimeHasBeenSet =
true;
236 m_updatedTime = std::forward<UpdatedTimeT>(value);
238 template <
typename UpdatedTimeT = Aws::String>
248 template <
typename RequestIdT = Aws::String>
250 m_requestIdHasBeenSet =
true;
251 m_requestId = std::forward<RequestIdT>(value);
253 template <
typename RequestIdT = Aws::String>
274 long long m_schemaCheckpoint{0};
276 long long m_latestSchemaVersion{0};
278 long long m_nextSchemaVersion{0};
287 bool m_registryNameHasBeenSet =
false;
288 bool m_registryArnHasBeenSet =
false;
289 bool m_schemaNameHasBeenSet =
false;
290 bool m_schemaArnHasBeenSet =
false;
291 bool m_descriptionHasBeenSet =
false;
292 bool m_dataFormatHasBeenSet =
false;
293 bool m_compatibilityHasBeenSet =
false;
294 bool m_schemaCheckpointHasBeenSet =
false;
295 bool m_latestSchemaVersionHasBeenSet =
false;
296 bool m_nextSchemaVersionHasBeenSet =
false;
297 bool m_schemaStatusHasBeenSet =
false;
298 bool m_createdTimeHasBeenSet =
false;
299 bool m_updatedTimeHasBeenSet =
false;
300 bool m_requestIdHasBeenSet =
false;
void SetSchemaCheckpoint(long long value)
GetSchemaResult & WithUpdatedTime(UpdatedTimeT &&value)
AWS_GLUE_API GetSchemaResult()=default
GetSchemaResult & WithLatestSchemaVersion(long long value)
const Aws::String & GetRegistryArn() const
DataFormat GetDataFormat() const
void SetCompatibility(Compatibility value)
void SetUpdatedTime(UpdatedTimeT &&value)
SchemaStatus GetSchemaStatus() const
void SetLatestSchemaVersion(long long value)
long long GetSchemaCheckpoint() const
GetSchemaResult & WithRegistryArn(RegistryArnT &&value)
GetSchemaResult & WithDataFormat(DataFormat value)
const Aws::String & GetCreatedTime() const
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetSchemaArn() const
GetSchemaResult & WithSchemaCheckpoint(long long value)
GetSchemaResult & WithSchemaArn(SchemaArnT &&value)
void SetSchemaStatus(SchemaStatus value)
GetSchemaResult & WithNextSchemaVersion(long long value)
GetSchemaResult & WithCreatedTime(CreatedTimeT &&value)
long long GetNextSchemaVersion() const
void SetCreatedTime(CreatedTimeT &&value)
GetSchemaResult & WithDescription(DescriptionT &&value)
GetSchemaResult & WithSchemaStatus(SchemaStatus value)
void SetNextSchemaVersion(long long value)
void SetDataFormat(DataFormat value)
Compatibility GetCompatibility() const
const Aws::String & GetRegistryName() const
GetSchemaResult & WithRegistryName(RegistryNameT &&value)
AWS_GLUE_API GetSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryName(RegistryNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetSchemaArn(SchemaArnT &&value)
AWS_GLUE_API GetSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
long long GetLatestSchemaVersion() const
const Aws::String & GetSchemaName() const
GetSchemaResult & WithSchemaName(SchemaNameT &&value)
GetSchemaResult & WithCompatibility(Compatibility value)
const Aws::String & GetUpdatedTime() const
void SetRegistryArn(RegistryArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue