7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DatabaseMigrationService
46 inline void SetMigrationProjectIdentifier(
const char* value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier.assign(value); }
54 bool m_migrationProjectIdentifierHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMigrationProjectIdentifier(const Aws::String &value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
bool MigrationProjectIdentifierHasBeenSet() const
DeleteMigrationProjectRequest & WithMigrationProjectIdentifier(Aws::String &&value)
DeleteMigrationProjectRequest & WithMigrationProjectIdentifier(const char *value)
void SetMigrationProjectIdentifier(Aws::String &&value)
DeleteMigrationProjectRequest & WithMigrationProjectIdentifier(const Aws::String &value)
AWS_DATABASEMIGRATIONSERVICE_API DeleteMigrationProjectRequest()
void SetMigrationProjectIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMigrationProjectIdentifier() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String