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 DescriptionT = Aws::String>
38 m_descriptionHasBeenSet =
true;
39 m_description = std::forward<DescriptionT>(value);
41 template <
typename DescriptionT = Aws::String>
53 template <
typename LastModifiedT = Aws::Utils::DateTime>
55 m_lastModifiedHasBeenSet =
true;
56 m_lastModified = std::forward<LastModifiedT>(value);
58 template <
typename LastModifiedT = Aws::Utils::DateTime>
70 template <
typename SchemaArnT = Aws::String>
72 m_schemaArnHasBeenSet =
true;
73 m_schemaArn = std::forward<SchemaArnT>(value);
75 template <
typename SchemaArnT = Aws::String>
87 template <
typename SchemaNameT = Aws::String>
89 m_schemaNameHasBeenSet =
true;
90 m_schemaName = std::forward<SchemaNameT>(value);
92 template <
typename SchemaNameT = Aws::String>
104 template <
typename SchemaVersionT = Aws::String>
106 m_schemaVersionHasBeenSet =
true;
107 m_schemaVersion = std::forward<SchemaVersionT>(value);
109 template <
typename SchemaVersionT = Aws::String>
119 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 m_tagsHasBeenSet =
true;
122 m_tags = std::forward<TagsT>(value);
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 SetTags(std::forward<TagsT>(value));
129 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
131 m_tagsHasBeenSet =
true;
132 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
142 template <
typename TypeT = Aws::String>
144 m_typeHasBeenSet =
true;
145 m_type = std::forward<TypeT>(value);
147 template <
typename TypeT = Aws::String>
149 SetType(std::forward<TypeT>(value));
159 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
161 m_versionCreatedDateHasBeenSet =
true;
162 m_versionCreatedDate = std::forward<VersionCreatedDateT>(value);
164 template <
typename VersionCreatedDateT = Aws::Utils::DateTime>
174 template <
typename RequestIdT = Aws::String>
176 m_requestIdHasBeenSet =
true;
177 m_requestId = std::forward<RequestIdT>(value);
179 template <
typename RequestIdT = Aws::String>
203 bool m_descriptionHasBeenSet =
false;
204 bool m_lastModifiedHasBeenSet =
false;
205 bool m_schemaArnHasBeenSet =
false;
206 bool m_schemaNameHasBeenSet =
false;
207 bool m_schemaVersionHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
209 bool m_typeHasBeenSet =
false;
210 bool m_versionCreatedDateHasBeenSet =
false;
211 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_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