7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dms/model/AssessmentReportType.h>
16namespace DatabaseMigrationService
45 template<
typename MigrationProjectIdentifierT = Aws::String>
46 void SetMigrationProjectIdentifier(MigrationProjectIdentifierT&& value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value); }
47 template<
typename MigrationProjectIdentifierT = Aws::String>
57 template<
typename SelectionRulesT = Aws::String>
58 void SetSelectionRules(SelectionRulesT&& value) { m_selectionRulesHasBeenSet =
true; m_selectionRules = std::forward<SelectionRulesT>(value); }
59 template<
typename SelectionRulesT = Aws::String>
69 template<
typename FileNameT = Aws::String>
70 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
71 template<
typename FileNameT = Aws::String>
81 template<
typename AssessmentReportTypesT = Aws::Vector<AssessmentReportType>>
82 void SetAssessmentReportTypes(AssessmentReportTypesT&& value) { m_assessmentReportTypesHasBeenSet =
true; m_assessmentReportTypes = std::forward<AssessmentReportTypesT>(value); }
83 template<
typename AssessmentReportTypesT = Aws::Vector<AssessmentReportType>>
90 bool m_migrationProjectIdentifierHasBeenSet =
false;
93 bool m_selectionRulesHasBeenSet =
false;
96 bool m_fileNameHasBeenSet =
false;
99 bool m_assessmentReportTypesHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector