7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/schemas/SchemasRequest.h>
10#include <aws/schemas/Schemas_EXPORTS.h>
11#include <aws/schemas/model/Type.h>
39 template <
typename ContentT = Aws::String>
41 m_contentHasBeenSet =
true;
42 m_content = std::forward<ContentT>(value);
44 template <
typename ContentT = Aws::String>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename RegistryNameT = Aws::String>
77 m_registryNameHasBeenSet =
true;
78 m_registryName = std::forward<RegistryNameT>(value);
80 template <
typename RegistryNameT = Aws::String>
93 template <
typename SchemaNameT = Aws::String>
95 m_schemaNameHasBeenSet =
true;
96 m_schemaName = std::forward<SchemaNameT>(value);
98 template <
typename SchemaNameT = Aws::String>
111 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 m_tagsHasBeenSet =
true;
114 m_tags = std::forward<TagsT>(value);
116 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 SetTags(std::forward<TagsT>(value));
121 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
123 m_tagsHasBeenSet =
true;
124 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
136 m_typeHasBeenSet =
true;
156 bool m_contentHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_registryNameHasBeenSet =
false;
159 bool m_schemaNameHasBeenSet =
false;
160 bool m_tagsHasBeenSet =
false;
161 bool m_typeHasBeenSet =
false;
void SetRegistryName(RegistryNameT &&value)
CreateSchemaRequest & WithTags(TagsT &&value)
CreateSchemaRequest & WithContent(ContentT &&value)
bool TagsHasBeenSet() const
void SetContent(ContentT &&value)
const Aws::String & GetDescription() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TypeHasBeenSet() const
const Aws::String & GetRegistryName() const
AWS_SCHEMAS_API Aws::String SerializePayload() const override
bool RegistryNameHasBeenSet() const
bool SchemaNameHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateSchemaRequest & WithSchemaName(SchemaNameT &&value)
CreateSchemaRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateSchemaRequest & WithDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetSchemaName() const
bool ContentHasBeenSet() const
CreateSchemaRequest & WithRegistryName(RegistryNameT &&value)
CreateSchemaRequest & WithType(Type value)
AWS_SCHEMAS_API CreateSchemaRequest()=default
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetContent() 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