7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/SchemaVersionStatus.h>
48 template<
typename SchemaArnT = Aws::String>
49 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
50 template<
typename SchemaArnT = Aws::String>
60 template<
typename SchemaVersionIdT = Aws::String>
61 void SetSchemaVersionId(SchemaVersionIdT&& value) { m_schemaVersionIdHasBeenSet =
true; m_schemaVersionId = std::forward<SchemaVersionIdT>(value); }
62 template<
typename SchemaVersionIdT = Aws::String>
72 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
92 template<
typename CreatedTimeT = Aws::String>
93 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
94 template<
typename CreatedTimeT = Aws::String>
100 bool m_schemaArnHasBeenSet =
false;
103 bool m_schemaVersionIdHasBeenSet =
false;
105 long long m_versionNumber{0};
106 bool m_versionNumberHasBeenSet =
false;
109 bool m_statusHasBeenSet =
false;
112 bool m_createdTimeHasBeenSet =
false;
const Aws::String & GetCreatedTime() const
AWS_GLUE_API SchemaVersionListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVersionNumber(long long value)
SchemaVersionListItem & WithCreatedTime(CreatedTimeT &&value)
SchemaVersionListItem & WithSchemaArn(SchemaArnT &&value)
long long GetVersionNumber() const
AWS_GLUE_API SchemaVersionListItem()=default
const Aws::String & GetSchemaVersionId() const
SchemaVersionStatus GetStatus() const
const Aws::String & GetSchemaArn() const
void SetStatus(SchemaVersionStatus value)
SchemaVersionListItem & WithVersionNumber(long long value)
void SetSchemaVersionId(SchemaVersionIdT &&value)
bool SchemaVersionIdHasBeenSet() const
bool CreatedTimeHasBeenSet() const
SchemaVersionListItem & WithSchemaVersionId(SchemaVersionIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
SchemaVersionListItem & WithStatus(SchemaVersionStatus value)
bool SchemaArnHasBeenSet() const
void SetSchemaArn(SchemaArnT &&value)
AWS_GLUE_API SchemaVersionListItem(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
bool VersionNumberHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue