7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dms/model/ErrorDetails.h>
10#include <aws/dms/model/ExportSqlDetails.h>
23namespace DatabaseMigrationService
49 template<
typename StatusT = Aws::String>
50 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
51 template<
typename StatusT = Aws::String>
61 template<
typename RequestIdentifierT = Aws::String>
62 void SetRequestIdentifier(RequestIdentifierT&& value) { m_requestIdentifierHasBeenSet =
true; m_requestIdentifier = std::forward<RequestIdentifierT>(value); }
63 template<
typename RequestIdentifierT = Aws::String>
73 template<
typename MigrationProjectArnT = Aws::String>
74 void SetMigrationProjectArn(MigrationProjectArnT&& value) { m_migrationProjectArnHasBeenSet =
true; m_migrationProjectArn = std::forward<MigrationProjectArnT>(value); }
75 template<
typename MigrationProjectArnT = Aws::String>
83 template<
typename ErrorT = ErrorDetails>
84 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
85 template<
typename ErrorT = ErrorDetails>
93 template<
typename ExportSqlDetailsT = ExportSqlDetails>
94 void SetExportSqlDetails(ExportSqlDetailsT&& value) { m_exportSqlDetailsHasBeenSet =
true; m_exportSqlDetails = std::forward<ExportSqlDetailsT>(value); }
95 template<
typename ExportSqlDetailsT = ExportSqlDetails>
101 bool m_statusHasBeenSet =
false;
104 bool m_requestIdentifierHasBeenSet =
false;
107 bool m_migrationProjectArnHasBeenSet =
false;
110 bool m_errorHasBeenSet =
false;
113 bool m_exportSqlDetailsHasBeenSet =
false;
const ErrorDetails & GetError() const
AWS_DATABASEMIGRATIONSERVICE_API SchemaConversionRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaConversionRequest & WithMigrationProjectArn(MigrationProjectArnT &&value)
SchemaConversionRequest & WithExportSqlDetails(ExportSqlDetailsT &&value)
bool MigrationProjectArnHasBeenSet() const
bool RequestIdentifierHasBeenSet() const
void SetExportSqlDetails(ExportSqlDetailsT &&value)
SchemaConversionRequest & WithError(ErrorT &&value)
AWS_DATABASEMIGRATIONSERVICE_API SchemaConversionRequest(Aws::Utils::Json::JsonView jsonValue)
bool ExportSqlDetailsHasBeenSet() const
const Aws::String & GetRequestIdentifier() const
void SetStatus(StatusT &&value)
bool StatusHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API SchemaConversionRequest()=default
const Aws::String & GetMigrationProjectArn() const
SchemaConversionRequest & WithRequestIdentifier(RequestIdentifierT &&value)
void SetError(ErrorT &&value)
const Aws::String & GetStatus() const
const ExportSqlDetails & GetExportSqlDetails() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
SchemaConversionRequest & WithStatus(StatusT &&value)
bool ErrorHasBeenSet() const
void SetRequestIdentifier(RequestIdentifierT &&value)
void SetMigrationProjectArn(MigrationProjectArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue