7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/DataFormat.h>
10#include <aws/glue/model/SchemaVersionStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename SchemaVersionIdT = Aws::String>
38 m_schemaVersionIdHasBeenSet =
true;
39 m_schemaVersionId = std::forward<SchemaVersionIdT>(value);
41 template <
typename SchemaVersionIdT = Aws::String>
53 template <
typename SchemaArnT = Aws::String>
55 m_schemaArnHasBeenSet =
true;
56 m_schemaArn = std::forward<SchemaArnT>(value);
58 template <
typename SchemaArnT = Aws::String>
72 m_dataFormatHasBeenSet =
true;
87 m_statusHasBeenSet =
true;
101 template <
typename CreatedTimeT = Aws::String>
103 m_createdTimeHasBeenSet =
true;
104 m_createdTime = std::forward<CreatedTimeT>(value);
106 template <
typename CreatedTimeT = Aws::String>
116 template <
typename RequestIdT = Aws::String>
118 m_requestIdHasBeenSet =
true;
119 m_requestId = std::forward<RequestIdT>(value);
121 template <
typename RequestIdT = Aws::String>
139 bool m_schemaVersionIdHasBeenSet =
false;
140 bool m_schemaArnHasBeenSet =
false;
141 bool m_dataFormatHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
143 bool m_createdTimeHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
void SetSchemaArn(SchemaArnT &&value)
void SetCreatedTime(CreatedTimeT &&value)
void SetSchemaVersionId(SchemaVersionIdT &&value)
void SetStatus(SchemaVersionStatus value)
AWS_GLUE_API GetSchemaByDefinitionResult()=default
const Aws::String & GetSchemaVersionId() const
DataFormat GetDataFormat() const
void SetDataFormat(DataFormat value)
const Aws::String & GetCreatedTime() const
AWS_GLUE_API GetSchemaByDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaByDefinitionResult & WithCreatedTime(CreatedTimeT &&value)
GetSchemaByDefinitionResult & WithRequestId(RequestIdT &&value)
SchemaVersionStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
GetSchemaByDefinitionResult & WithSchemaArn(SchemaArnT &&value)
const Aws::String & GetSchemaArn() const
const Aws::String & GetRequestId() const
GetSchemaByDefinitionResult & WithStatus(SchemaVersionStatus value)
AWS_GLUE_API GetSchemaByDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaByDefinitionResult & WithSchemaVersionId(SchemaVersionIdT &&value)
GetSchemaByDefinitionResult & WithDataFormat(DataFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue