7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/schemas/Schemas_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ContentT = Aws::String>
39 m_contentHasBeenSet =
true;
40 m_content = std::forward<ContentT>(value);
42 template <
typename ContentT = Aws::String>
54 template <
typename DescriptionT = Aws::String>
56 m_descriptionHasBeenSet =
true;
57 m_description = std::forward<DescriptionT>(value);
59 template <
typename DescriptionT = Aws::String>
71 template <
typename LastModifiedT = Aws::Utils::DateTime>
73 m_lastModifiedHasBeenSet =
true;
74 m_lastModified = std::forward<LastModifiedT>(value);
76 template <
typename LastModifiedT = Aws::Utils::DateTime>
88 template <
typename SchemaArnT = Aws::String>
90 m_schemaArnHasBeenSet =
true;
91 m_schemaArn = std::forward<SchemaArnT>(value);
93 template <
typename SchemaArnT = Aws::String>
105 template <
typename SchemaNameT = Aws::String>
107 m_schemaNameHasBeenSet =
true;
108 m_schemaName = std::forward<SchemaNameT>(value);
110 template <
typename SchemaNameT = Aws::String>
122 template <
typename SchemaVersionT = Aws::String>
124 m_schemaVersionHasBeenSet =
true;
125 m_schemaVersion = std::forward<SchemaVersionT>(value);
127 template <
typename SchemaVersionT = Aws::String>
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 m_tagsHasBeenSet =
true;
142 m_tags = std::forward<TagsT>(value);
144 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 SetTags(std::forward<TagsT>(value));
149 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
151 m_tagsHasBeenSet =
true;
152 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
162 template <
typename TypeT = Aws::String>
164 m_typeHasBeenSet =
true;
165 m_type = std::forward<TypeT>(value);
167 template <
typename TypeT = Aws::String>
169 SetType(std::forward<TypeT>(value));
179 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
181 m_versionCreatedDateHasBeenSet =
true;
182 m_versionCreatedDate = std::forward<VersionCreatedDateT>(value);
184 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
194 template <
typename RequestIdT = Aws::String>
196 m_requestIdHasBeenSet =
true;
197 m_requestId = std::forward<RequestIdT>(value);
199 template <
typename RequestIdT = Aws::String>
228 bool m_contentHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
230 bool m_lastModifiedHasBeenSet =
false;
231 bool m_schemaArnHasBeenSet =
false;
232 bool m_schemaNameHasBeenSet =
false;
233 bool m_schemaVersionHasBeenSet =
false;
234 bool m_tagsHasBeenSet =
false;
235 bool m_typeHasBeenSet =
false;
236 bool m_versionCreatedDateHasBeenSet =
false;
237 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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