7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/schemas/Schemas_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ContentT = Aws::String>
38 m_contentHasBeenSet =
true;
39 m_content = std::forward<ContentT>(value);
41 template <
typename ContentT = Aws::String>
53 template <
typename DescriptionT = Aws::String>
55 m_descriptionHasBeenSet =
true;
56 m_description = std::forward<DescriptionT>(value);
58 template <
typename DescriptionT = Aws::String>
70 template <
typename LastModifiedT = Aws::Utils::DateTime>
72 m_lastModifiedHasBeenSet =
true;
73 m_lastModified = std::forward<LastModifiedT>(value);
75 template <
typename LastModifiedT = Aws::Utils::DateTime>
87 template <
typename SchemaArnT = Aws::String>
89 m_schemaArnHasBeenSet =
true;
90 m_schemaArn = std::forward<SchemaArnT>(value);
92 template <
typename SchemaArnT = Aws::String>
104 template <
typename SchemaNameT = Aws::String>
106 m_schemaNameHasBeenSet =
true;
107 m_schemaName = std::forward<SchemaNameT>(value);
109 template <
typename SchemaNameT = Aws::String>
121 template <
typename SchemaVersionT = Aws::String>
123 m_schemaVersionHasBeenSet =
true;
124 m_schemaVersion = std::forward<SchemaVersionT>(value);
126 template <
typename SchemaVersionT = Aws::String>
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 m_tagsHasBeenSet =
true;
141 m_tags = std::forward<TagsT>(value);
143 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
145 SetTags(std::forward<TagsT>(value));
148 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
150 m_tagsHasBeenSet =
true;
151 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
161 template <
typename TypeT = Aws::String>
163 m_typeHasBeenSet =
true;
164 m_type = std::forward<TypeT>(value);
166 template <
typename TypeT = Aws::String>
168 SetType(std::forward<TypeT>(value));
178 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
180 m_versionCreatedDateHasBeenSet =
true;
181 m_versionCreatedDate = std::forward<VersionCreatedDateT>(value);
183 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
193 template <
typename RequestIdT = Aws::String>
195 m_requestIdHasBeenSet =
true;
196 m_requestId = std::forward<RequestIdT>(value);
198 template <
typename RequestIdT = Aws::String>
224 bool m_contentHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
226 bool m_lastModifiedHasBeenSet =
false;
227 bool m_schemaArnHasBeenSet =
false;
228 bool m_schemaNameHasBeenSet =
false;
229 bool m_schemaVersionHasBeenSet =
false;
230 bool m_tagsHasBeenSet =
false;
231 bool m_typeHasBeenSet =
false;
232 bool m_versionCreatedDateHasBeenSet =
false;
233 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