7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/schemas/Schemas_EXPORTS.h>
9#include <aws/schemas/model/Type.h>
36 template <
typename SchemaArnT = Aws::String>
38 m_schemaArnHasBeenSet =
true;
39 m_schemaArn = std::forward<SchemaArnT>(value);
41 template <
typename SchemaArnT = Aws::String>
54 template <
typename SchemaNameT = Aws::String>
56 m_schemaNameHasBeenSet =
true;
57 m_schemaName = std::forward<SchemaNameT>(value);
59 template <
typename SchemaNameT = Aws::String>
72 template <
typename SchemaVersionT = Aws::String>
74 m_schemaVersionHasBeenSet =
true;
75 m_schemaVersion = std::forward<SchemaVersionT>(value);
77 template <
typename SchemaVersionT = Aws::String>
91 m_typeHasBeenSet =
true;
107 bool m_schemaArnHasBeenSet =
false;
108 bool m_schemaNameHasBeenSet =
false;
109 bool m_schemaVersionHasBeenSet =
false;
110 bool m_typeHasBeenSet =
false;
AWS_SCHEMAS_API SchemaVersionSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSchemaName() const
AWS_SCHEMAS_API Aws::Utils::Json::JsonValue Jsonize() const
SchemaVersionSummary & WithSchemaName(SchemaNameT &&value)
void SetSchemaName(SchemaNameT &&value)
SchemaVersionSummary & WithSchemaVersion(SchemaVersionT &&value)
bool SchemaVersionHasBeenSet() const
bool SchemaNameHasBeenSet() const
const Aws::String & GetSchemaVersion() const
bool TypeHasBeenSet() const
bool SchemaArnHasBeenSet() const
AWS_SCHEMAS_API SchemaVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaVersionSummary & WithType(Type value)
void SetSchemaArn(SchemaArnT &&value)
AWS_SCHEMAS_API SchemaVersionSummary()=default
const Aws::String & GetSchemaArn() const
void SetSchemaVersion(SchemaVersionT &&value)
SchemaVersionSummary & WithSchemaArn(SchemaArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue