7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/schemas/Schemas_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename ContentT = Aws::String>
35 m_contentHasBeenSet =
true;
36 m_content = std::forward<ContentT>(value);
38 template <
typename ContentT = Aws::String>
48 template <
typename SchemaArnT = Aws::String>
50 m_schemaArnHasBeenSet =
true;
51 m_schemaArn = std::forward<SchemaArnT>(value);
53 template <
typename SchemaArnT = Aws::String>
63 template <
typename SchemaNameT = Aws::String>
65 m_schemaNameHasBeenSet =
true;
66 m_schemaName = std::forward<SchemaNameT>(value);
68 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>
93 template <
typename TypeT = Aws::String>
95 m_typeHasBeenSet =
true;
96 m_type = std::forward<TypeT>(value);
98 template <
typename TypeT = Aws::String>
100 SetType(std::forward<TypeT>(value));
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
134 bool m_contentHasBeenSet =
false;
135 bool m_schemaArnHasBeenSet =
false;
136 bool m_schemaNameHasBeenSet =
false;
137 bool m_schemaVersionHasBeenSet =
false;
138 bool m_typeHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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