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 DescriptionT = Aws::String>
39 m_descriptionHasBeenSet =
true;
40 m_description = std::forward<DescriptionT>(value);
42 template <
typename DescriptionT = Aws::String>
54 template <
typename LastModifiedT = Aws::Utils::DateTime>
56 m_lastModifiedHasBeenSet =
true;
57 m_lastModified = std::forward<LastModifiedT>(value);
59 template <
typename LastModifiedT = Aws::Utils::DateTime>
71 template <
typename SchemaArnT = Aws::String>
73 m_schemaArnHasBeenSet =
true;
74 m_schemaArn = std::forward<SchemaArnT>(value);
76 template <
typename SchemaArnT = Aws::String>
88 template <
typename SchemaNameT = Aws::String>
90 m_schemaNameHasBeenSet =
true;
91 m_schemaName = std::forward<SchemaNameT>(value);
93 template <
typename SchemaNameT = Aws::String>
105 template <
typename SchemaVersionT = Aws::String>
107 m_schemaVersionHasBeenSet =
true;
108 m_schemaVersion = std::forward<SchemaVersionT>(value);
110 template <
typename SchemaVersionT = Aws::String>
120 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
122 m_tagsHasBeenSet =
true;
123 m_tags = std::forward<TagsT>(value);
125 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 SetTags(std::forward<TagsT>(value));
130 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
132 m_tagsHasBeenSet =
true;
133 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
143 template <
typename TypeT = Aws::String>
145 m_typeHasBeenSet =
true;
146 m_type = std::forward<TypeT>(value);
148 template <
typename TypeT = Aws::String>
150 SetType(std::forward<TypeT>(value));
160 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
162 m_versionCreatedDateHasBeenSet =
true;
163 m_versionCreatedDate = std::forward<VersionCreatedDateT>(value);
165 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
175 template <
typename RequestIdT = Aws::String>
177 m_requestIdHasBeenSet =
true;
178 m_requestId = std::forward<RequestIdT>(value);
180 template <
typename RequestIdT = Aws::String>
207 bool m_descriptionHasBeenSet =
false;
208 bool m_lastModifiedHasBeenSet =
false;
209 bool m_schemaArnHasBeenSet =
false;
210 bool m_schemaNameHasBeenSet =
false;
211 bool m_schemaVersionHasBeenSet =
false;
212 bool m_tagsHasBeenSet =
false;
213 bool m_typeHasBeenSet =
false;
214 bool m_versionCreatedDateHasBeenSet =
false;
215 bool m_requestIdHasBeenSet =
false;
CreateSchemaResult & WithVersionCreatedDate(VersionCreatedDateT &&value)
CreateSchemaResult & WithSchemaName(SchemaNameT &&value)
CreateSchemaResult & WithRequestId(RequestIdT &&value)
void SetVersionCreatedDate(VersionCreatedDateT &&value)
AWS_SCHEMAS_API CreateSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSchemaName() const
CreateSchemaResult & WithLastModified(LastModifiedT &&value)
const Aws::String & GetType() const
AWS_SCHEMAS_API CreateSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetType(TypeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSchemaResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateSchemaResult & WithSchemaVersion(SchemaVersionT &&value)
void SetSchemaArn(SchemaArnT &&value)
const Aws::String & GetDescription() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SCHEMAS_API CreateSchemaResult()=default
void SetSchemaName(SchemaNameT &&value)
CreateSchemaResult & WithSchemaArn(SchemaArnT &&value)
const Aws::Utils::DateTime & GetLastModified() const
void SetTags(TagsT &&value)
const Aws::Utils::DateTime & GetVersionCreatedDate() const
void SetLastModified(LastModifiedT &&value)
const Aws::String & GetSchemaVersion() const
const Aws::String & GetRequestId() const
CreateSchemaResult & WithTags(TagsT &&value)
void SetSchemaVersion(SchemaVersionT &&value)
CreateSchemaResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
CreateSchemaResult & WithType(TypeT &&value)
const Aws::String & GetSchemaArn() const
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