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
47 inline void SetMigrationProjectIdentifier(
const char* value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier.assign(value); }
61 inline void SetSelectionRules(
const char* value) { m_selectionRulesHasBeenSet =
true; m_selectionRules.assign(value); }
75 inline void SetFileName(
const char* value) { m_fileNameHasBeenSet =
true; m_fileName.assign(value); }
97 bool m_migrationProjectIdentifierHasBeenSet =
false;
100 bool m_selectionRulesHasBeenSet =
false;
103 bool m_fileNameHasBeenSet =
false;
106 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