7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ContentT = Aws::String>
43 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
44 template<
typename ContentT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
64 template<
typename LastModifiedT = Aws::Utils::DateTime>
65 void SetLastModified(LastModifiedT&& value) { m_lastModifiedHasBeenSet =
true; m_lastModified = std::forward<LastModifiedT>(value); }
66 template<
typename LastModifiedT = Aws::Utils::DateTime>
75 template<
typename SchemaArnT = Aws::String>
76 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
77 template<
typename SchemaArnT = Aws::String>
86 template<
typename SchemaNameT = Aws::String>
87 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
88 template<
typename SchemaNameT = Aws::String>
97 template<
typename SchemaVersionT = Aws::String>
98 void SetSchemaVersion(SchemaVersionT&& value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion = std::forward<SchemaVersionT>(value); }
99 template<
typename SchemaVersionT = Aws::String>
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
110 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
114 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
123 template<
typename TypeT = Aws::String>
124 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
125 template<
typename TypeT = Aws::String>
134 template<
typename VersionCreatedDateT = Aws::Utils::DateTime>
135 void SetVersionCreatedDate(VersionCreatedDateT&& value) { m_versionCreatedDateHasBeenSet =
true; m_versionCreatedDate = std::forward<VersionCreatedDateT>(value); }
136 template<
typename VersionCreatedDateT = Aws::Utils::DateTime>
143 template<
typename RequestIdT = Aws::String>
144 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
145 template<
typename RequestIdT = Aws::String>
151 bool m_contentHasBeenSet =
false;
154 bool m_descriptionHasBeenSet =
false;
157 bool m_lastModifiedHasBeenSet =
false;
160 bool m_schemaArnHasBeenSet =
false;
163 bool m_schemaNameHasBeenSet =
false;
166 bool m_schemaVersionHasBeenSet =
false;
169 bool m_tagsHasBeenSet =
false;
172 bool m_typeHasBeenSet =
false;
175 bool m_versionCreatedDateHasBeenSet =
false;
178 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetContent() const
DescribeSchemaResult & WithVersionCreatedDate(VersionCreatedDateT &&value)
const Aws::String & GetSchemaVersion() const
void SetSchemaName(SchemaNameT &&value)
void SetSchemaVersion(SchemaVersionT &&value)
DescribeSchemaResult & WithLastModified(LastModifiedT &&value)
DescribeSchemaResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetVersionCreatedDate() const
const Aws::String & GetSchemaArn() const
DescribeSchemaResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastModified() const
AWS_SCHEMAS_API DescribeSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSchemaResult & WithSchemaName(SchemaNameT &&value)
const Aws::String & GetDescription() const
AWS_SCHEMAS_API DescribeSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSchemaResult & WithContent(ContentT &&value)
DescribeSchemaResult & WithSchemaVersion(SchemaVersionT &&value)
void SetContent(ContentT &&value)
DescribeSchemaResult & WithSchemaArn(SchemaArnT &&value)
DescribeSchemaResult & WithTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
void SetType(TypeT &&value)
DescribeSchemaResult & WithType(TypeT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
void SetLastModified(LastModifiedT &&value)
AWS_SCHEMAS_API DescribeSchemaResult()=default
void SetVersionCreatedDate(VersionCreatedDateT &&value)
DescribeSchemaResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetType() const
const Aws::String & GetSchemaName() const
void SetSchemaArn(SchemaArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue