7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
14namespace DatabaseMigrationService {
39 template <
typename MigrationProjectIdentifierT = Aws::String>
41 m_migrationProjectIdentifierHasBeenSet =
true;
42 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
44 template <
typename MigrationProjectIdentifierT = Aws::String>
59 template <
typename SelectionRulesT = Aws::String>
61 m_selectionRulesHasBeenSet =
true;
62 m_selectionRules = std::forward<SelectionRulesT>(value);
64 template <
typename SelectionRulesT = Aws::String>
74 bool m_migrationProjectIdentifierHasBeenSet =
false;
75 bool m_selectionRulesHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
void SetMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
GetTargetSelectionRulesRequest & WithMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
bool MigrationProjectIdentifierHasBeenSet() const
const Aws::String & GetSelectionRules() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SelectionRulesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DATABASEMIGRATIONSERVICE_API GetTargetSelectionRulesRequest()=default
void SetSelectionRules(SelectionRulesT &&value)
GetTargetSelectionRulesRequest & WithSelectionRules(SelectionRulesT &&value)
const Aws::String & GetMigrationProjectIdentifier() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String