7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDSRequest.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/Filter.h>
46 template <
typename BlueGreenDeploymentIdentifierT = Aws::String>
48 m_blueGreenDeploymentIdentifierHasBeenSet =
true;
49 m_blueGreenDeploymentIdentifier = std::forward<BlueGreenDeploymentIdentifierT>(value);
51 template <
typename BlueGreenDeploymentIdentifierT = Aws::String>
77 template <
typename FiltersT = Aws::Vector<Filter>>
79 m_filtersHasBeenSet =
true;
80 m_filters = std::forward<FiltersT>(value);
82 template <
typename FiltersT = Aws::Vector<Filter>>
87 template <
typename FiltersT = Filter>
89 m_filtersHasBeenSet =
true;
90 m_filters.emplace_back(std::forward<FiltersT>(value));
104 template <
typename MarkerT = Aws::String>
106 m_markerHasBeenSet =
true;
107 m_marker = std::forward<MarkerT>(value);
109 template <
typename MarkerT = Aws::String>
127 m_maxRecordsHasBeenSet =
true;
128 m_maxRecords = value;
143 bool m_blueGreenDeploymentIdentifierHasBeenSet =
false;
144 bool m_filtersHasBeenSet =
false;
145 bool m_markerHasBeenSet =
false;
146 bool m_maxRecordsHasBeenSet =
false;
const Aws::Vector< Filter > & GetFilters() const
const Aws::String & GetMarker() const
DescribeBlueGreenDeploymentsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetBlueGreenDeploymentIdentifier() const
AWS_RDS_API Aws::String SerializePayload() const override
bool BlueGreenDeploymentIdentifierHasBeenSet() const
void SetFilters(FiltersT &&value)
DescribeBlueGreenDeploymentsRequest & WithMaxRecords(int value)
void SetMaxRecords(int value)
DescribeBlueGreenDeploymentsRequest & WithFilters(FiltersT &&value)
AWS_RDS_API DescribeBlueGreenDeploymentsRequest()=default
bool FiltersHasBeenSet() const
void SetMarker(MarkerT &&value)
virtual const char * GetServiceRequestName() const override
int GetMaxRecords() const
DescribeBlueGreenDeploymentsRequest & AddFilters(FiltersT &&value)
DescribeBlueGreenDeploymentsRequest & WithBlueGreenDeploymentIdentifier(BlueGreenDeploymentIdentifierT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetBlueGreenDeploymentIdentifier(BlueGreenDeploymentIdentifierT &&value)
bool MaxRecordsHasBeenSet() const
bool MarkerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector