7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/schemas/model/Type.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename ClientTokenIdT = Aws::String>
44 void SetClientTokenId(ClientTokenIdT&& value) { m_clientTokenIdHasBeenSet =
true; m_clientTokenId = std::forward<ClientTokenIdT>(value); }
45 template<
typename ClientTokenIdT = Aws::String>
55 template<
typename ContentT = Aws::String>
56 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
57 template<
typename ContentT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 template<
typename RegistryNameT = Aws::String>
80 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet =
true; m_registryName = std::forward<RegistryNameT>(value); }
81 template<
typename RegistryNameT = Aws::String>
91 template<
typename SchemaNameT = Aws::String>
92 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
93 template<
typename SchemaNameT = Aws::String>
103 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
109 bool m_clientTokenIdHasBeenSet =
true;
112 bool m_contentHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_registryNameHasBeenSet =
false;
121 bool m_schemaNameHasBeenSet =
false;
124 bool m_typeHasBeenSet =
false;
UpdateSchemaRequest & WithRegistryName(RegistryNameT &&value)
UpdateSchemaRequest & WithSchemaName(SchemaNameT &&value)
UpdateSchemaRequest & WithType(Type value)
bool ContentHasBeenSet() const
void SetContent(ContentT &&value)
void SetDescription(DescriptionT &&value)
UpdateSchemaRequest & WithContent(ContentT &&value)
bool DescriptionHasBeenSet() const
AWS_SCHEMAS_API UpdateSchemaRequest()=default
const Aws::String & GetRegistryName() const
const Aws::String & GetContent() const
UpdateSchemaRequest & WithClientTokenId(ClientTokenIdT &&value)
UpdateSchemaRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSchemaName() const
void SetSchemaName(SchemaNameT &&value)
const Aws::String & GetDescription() const
bool SchemaNameHasBeenSet() const
AWS_SCHEMAS_API Aws::String SerializePayload() const override
void SetClientTokenId(ClientTokenIdT &&value)
bool ClientTokenIdHasBeenSet() const
bool RegistryNameHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetClientTokenId() const
void SetRegistryName(RegistryNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String