7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
38 template<
typename ContentT = Aws::String>
39 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
40 template<
typename ContentT = Aws::String>
47 template<
typename SchemaArnT = Aws::String>
48 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
49 template<
typename SchemaArnT = Aws::String>
56 template<
typename SchemaNameT = Aws::String>
57 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
58 template<
typename SchemaNameT = Aws::String>
65 template<
typename SchemaVersionT = Aws::String>
66 void SetSchemaVersion(SchemaVersionT&& value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion = std::forward<SchemaVersionT>(value); }
67 template<
typename SchemaVersionT = Aws::String>
74 template<
typename TypeT = Aws::String>
75 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
76 template<
typename TypeT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_contentHasBeenSet =
false;
94 bool m_schemaArnHasBeenSet =
false;
97 bool m_schemaNameHasBeenSet =
false;
100 bool m_schemaVersionHasBeenSet =
false;
103 bool m_typeHasBeenSet =
false;
106 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