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/Filter.h>
16namespace DatabaseMigrationService
32 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeExtensionPackAssociations"; }
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>
58 template<
typename FiltersT = Aws::Vector<Filter>>
59 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
60 template<
typename FiltersT = Aws::Vector<Filter>>
62 template<
typename FiltersT = Filter>
79 template<
typename MarkerT = Aws::String>
80 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
81 template<
typename MarkerT = Aws::String>
94 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
100 bool m_migrationProjectIdentifierHasBeenSet =
false;
103 bool m_filtersHasBeenSet =
false;
106 bool m_markerHasBeenSet =
false;
109 bool m_maxRecordsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DescribeExtensionPackAssociationsRequest & AddFilters(FiltersT &&value)
const Aws::String & GetMarker() const
bool MaxRecordsHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeExtensionPackAssociationsRequest()=default
int GetMaxRecords() const
DescribeExtensionPackAssociationsRequest & WithMaxRecords(int value)
DescribeExtensionPackAssociationsRequest & WithMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
void SetFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
DescribeExtensionPackAssociationsRequest & WithMarker(MarkerT &&value)
DescribeExtensionPackAssociationsRequest & WithFilters(FiltersT &&value)
void SetMarker(MarkerT &&value)
bool MigrationProjectIdentifierHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MarkerHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
void SetMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
const Aws::String & GetMigrationProjectIdentifier() const
void SetMaxRecords(int value)
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