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 DescriptionT = Aws::String>
43 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
44 template<
typename DescriptionT = Aws::String>
53 template<
typename LastModifiedT = Aws::Utils::DateTime>
54 void SetLastModified(LastModifiedT&& value) { m_lastModifiedHasBeenSet =
true; m_lastModified = std::forward<LastModifiedT>(value); }
55 template<
typename LastModifiedT = Aws::Utils::DateTime>
64 template<
typename SchemaArnT = Aws::String>
65 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
66 template<
typename SchemaArnT = Aws::String>
75 template<
typename SchemaNameT = Aws::String>
76 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
77 template<
typename SchemaNameT = Aws::String>
86 template<
typename SchemaVersionT = Aws::String>
87 void SetSchemaVersion(SchemaVersionT&& value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion = std::forward<SchemaVersionT>(value); }
88 template<
typename SchemaVersionT = Aws::String>
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
97 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
101 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
110 template<
typename TypeT = Aws::String>
111 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
112 template<
typename TypeT = Aws::String>
121 template<
typename VersionCreatedDateT = Aws::Utils::DateTime>
122 void SetVersionCreatedDate(VersionCreatedDateT&& value) { m_versionCreatedDateHasBeenSet =
true; m_versionCreatedDate = std::forward<VersionCreatedDateT>(value); }
123 template<
typename VersionCreatedDateT = Aws::Utils::DateTime>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_descriptionHasBeenSet =
false;
141 bool m_lastModifiedHasBeenSet =
false;
144 bool m_schemaArnHasBeenSet =
false;
147 bool m_schemaNameHasBeenSet =
false;
150 bool m_schemaVersionHasBeenSet =
false;
153 bool m_tagsHasBeenSet =
false;
156 bool m_typeHasBeenSet =
false;
159 bool m_versionCreatedDateHasBeenSet =
false;
162 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