7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/schemas/Schemas_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
32 template <
typename ContentT = Aws::String>
34 m_contentHasBeenSet =
true;
35 m_content = std::forward<ContentT>(value);
37 template <
typename ContentT = Aws::String>
47 template <
typename SchemaArnT = Aws::String>
49 m_schemaArnHasBeenSet =
true;
50 m_schemaArn = std::forward<SchemaArnT>(value);
52 template <
typename SchemaArnT = Aws::String>
62 template <
typename SchemaNameT = Aws::String>
64 m_schemaNameHasBeenSet =
true;
65 m_schemaName = std::forward<SchemaNameT>(value);
67 template <
typename SchemaNameT = Aws::String>
77 template <
typename SchemaVersionT = Aws::String>
79 m_schemaVersionHasBeenSet =
true;
80 m_schemaVersion = std::forward<SchemaVersionT>(value);
82 template <
typename SchemaVersionT = Aws::String>
92 template <
typename TypeT = Aws::String>
94 m_typeHasBeenSet =
true;
95 m_type = std::forward<TypeT>(value);
97 template <
typename TypeT = Aws::String>
99 SetType(std::forward<TypeT>(value));
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
130 bool m_contentHasBeenSet =
false;
131 bool m_schemaArnHasBeenSet =
false;
132 bool m_schemaNameHasBeenSet =
false;
133 bool m_schemaVersionHasBeenSet =
false;
134 bool m_typeHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetSchemaArn(SchemaArnT &&value)
AWS_SCHEMAS_API ExportSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SCHEMAS_API ExportSchemaResult()=default
AWS_SCHEMAS_API ExportSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportSchemaResult & WithSchemaArn(SchemaArnT &&value)
const Aws::String & GetSchemaVersion() const
const Aws::String & GetContent() const
ExportSchemaResult & WithSchemaVersion(SchemaVersionT &&value)
const Aws::String & GetType() const
void SetSchemaVersion(SchemaVersionT &&value)
void SetContent(ContentT &&value)
void SetSchemaName(SchemaNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetType(TypeT &&value)
ExportSchemaResult & WithSchemaName(SchemaNameT &&value)
ExportSchemaResult & WithContent(ContentT &&value)
const Aws::String & GetSchemaArn() const
ExportSchemaResult & WithType(TypeT &&value)
const Aws::String & GetSchemaName() const
ExportSchemaResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue