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/SchemaVersionStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename SchemaVersionIdT = Aws::String>
43 void SetSchemaVersionId(SchemaVersionIdT&& value) { m_schemaVersionIdHasBeenSet =
true; m_schemaVersionId = std::forward<SchemaVersionIdT>(value); }
44 template<
typename SchemaVersionIdT = Aws::String>
53 template<
typename SchemaArnT = Aws::String>
54 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
55 template<
typename SchemaArnT = Aws::String>
83 template<
typename CreatedTimeT = Aws::String>
84 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
85 template<
typename CreatedTimeT = Aws::String>
92 template<
typename RequestIdT = Aws::String>
93 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
94 template<
typename RequestIdT = Aws::String>
100 bool m_schemaVersionIdHasBeenSet =
false;
103 bool m_schemaArnHasBeenSet =
false;
106 bool m_dataFormatHasBeenSet =
false;
109 bool m_statusHasBeenSet =
false;
112 bool m_createdTimeHasBeenSet =
false;
115 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