7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/schemas/SchemasRequest.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
42 template <
typename RegistryNameT = Aws::String>
44 m_registryNameHasBeenSet =
true;
45 m_registryName = std::forward<RegistryNameT>(value);
47 template <
typename RegistryNameT = Aws::String>
60 template <
typename SchemaNameT = Aws::String>
62 m_schemaNameHasBeenSet =
true;
63 m_schemaName = std::forward<SchemaNameT>(value);
65 template <
typename SchemaNameT = Aws::String>
78 template <
typename SchemaVersionT = Aws::String>
80 m_schemaVersionHasBeenSet =
true;
81 m_schemaVersion = std::forward<SchemaVersionT>(value);
83 template <
typename SchemaVersionT = Aws::String>
94 template <
typename TypeT = Aws::String>
96 m_typeHasBeenSet =
true;
97 m_type = std::forward<TypeT>(value);
99 template <
typename TypeT = Aws::String>
101 SetType(std::forward<TypeT>(value));
113 bool m_registryNameHasBeenSet =
false;
114 bool m_schemaNameHasBeenSet =
false;
115 bool m_schemaVersionHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
AWS_SCHEMAS_API Aws::String SerializePayload() const override
const Aws::String & GetType() const
const Aws::String & GetRegistryName() const
virtual const char * GetServiceRequestName() const override
ExportSchemaRequest & WithRegistryName(RegistryNameT &&value)
void SetType(TypeT &&value)
ExportSchemaRequest & WithSchemaName(SchemaNameT &&value)
ExportSchemaRequest & WithSchemaVersion(SchemaVersionT &&value)
const Aws::String & GetSchemaVersion() const
bool RegistryNameHasBeenSet() const
const Aws::String & GetSchemaName() const
ExportSchemaRequest & WithType(TypeT &&value)
bool TypeHasBeenSet() const
AWS_SCHEMAS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetRegistryName(RegistryNameT &&value)
bool SchemaNameHasBeenSet() const
bool SchemaVersionHasBeenSet() const
void SetSchemaName(SchemaNameT &&value)
AWS_SCHEMAS_API ExportSchemaRequest()=default
void SetSchemaVersion(SchemaVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String