7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/DataFormat.h>
10#include <aws/glue/model/Compatibility.h>
11#include <aws/glue/model/SchemaStatus.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename RegistryNameT = Aws::String>
44 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
45 template<
typename RegistryNameT = Aws::String>
54 template<
typename RegistryArnT = Aws::String>
55 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
56 template<
typename RegistryArnT = Aws::String>
65 template<
typename SchemaNameT = Aws::String>
66 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
67 template<
typename SchemaNameT = Aws::String>
76 template<
typename SchemaArnT = Aws::String>
77 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
78 template<
typename SchemaArnT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
118 inline void SetSchemaCheckpoint(
long long value) { m_schemaCheckpointHasBeenSet =
true; m_schemaCheckpoint = value; }
128 inline void SetLatestSchemaVersion(
long long value) { m_latestSchemaVersionHasBeenSet =
true; m_latestSchemaVersion = value; }
138 inline void SetNextSchemaVersion(
long long value) { m_nextSchemaVersionHasBeenSet =
true; m_nextSchemaVersion = value; }
156 template<
typename CreatedTimeT = Aws::String>
157 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
158 template<
typename CreatedTimeT = Aws::String>
167 template<
typename UpdatedTimeT = Aws::String>
168 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet =
true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
169 template<
typename UpdatedTimeT = Aws::String>
176 template<
typename RequestIdT = Aws::String>
177 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
178 template<
typename RequestIdT = Aws::String>
184 bool m_registryNameHasBeenSet =
false;
187 bool m_registryArnHasBeenSet =
false;
190 bool m_schemaNameHasBeenSet =
false;
193 bool m_schemaArnHasBeenSet =
false;
196 bool m_descriptionHasBeenSet =
false;
199 bool m_dataFormatHasBeenSet =
false;
202 bool m_compatibilityHasBeenSet =
false;
204 long long m_schemaCheckpoint{0};
205 bool m_schemaCheckpointHasBeenSet =
false;
207 long long m_latestSchemaVersion{0};
208 bool m_latestSchemaVersionHasBeenSet =
false;
210 long long m_nextSchemaVersion{0};
211 bool m_nextSchemaVersionHasBeenSet =
false;
214 bool m_schemaStatusHasBeenSet =
false;
217 bool m_createdTimeHasBeenSet =
false;
220 bool m_updatedTimeHasBeenSet =
false;
223 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