7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DatabaseMigrationService
43 template<
typename MigrationProjectIdentifierT = Aws::String>
44 void SetMigrationProjectIdentifier(MigrationProjectIdentifierT&& value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value); }
45 template<
typename MigrationProjectIdentifierT = Aws::String>
55 template<
typename ConversionConfigurationT = Aws::String>
56 void SetConversionConfiguration(ConversionConfigurationT&& value) { m_conversionConfigurationHasBeenSet =
true; m_conversionConfiguration = std::forward<ConversionConfigurationT>(value); }
57 template<
typename ConversionConfigurationT = Aws::String>
63 bool m_migrationProjectIdentifierHasBeenSet =
false;
66 bool m_conversionConfigurationHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API ModifyConversionConfigurationRequest()=default
const Aws::String & GetMigrationProjectIdentifier() const
void SetMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
const Aws::String & GetConversionConfiguration() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
void SetConversionConfiguration(ConversionConfigurationT &&value)
ModifyConversionConfigurationRequest & WithMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
ModifyConversionConfigurationRequest & WithConversionConfiguration(ConversionConfigurationT &&value)
bool MigrationProjectIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ConversionConfigurationHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String