7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Filter.h>
50 template<
typename BlueGreenDeploymentIdentifierT = Aws::String>
51 void SetBlueGreenDeploymentIdentifier(BlueGreenDeploymentIdentifierT&& value) { m_blueGreenDeploymentIdentifierHasBeenSet =
true; m_blueGreenDeploymentIdentifier = std::forward<BlueGreenDeploymentIdentifierT>(value); }
52 template<
typename BlueGreenDeploymentIdentifierT = Aws::String>
75 template<
typename FiltersT = Aws::Vector<Filter>>
76 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
77 template<
typename FiltersT = Aws::Vector<Filter>>
79 template<
typename FiltersT = Filter>
92 template<
typename MarkerT = Aws::String>
93 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
94 template<
typename MarkerT = Aws::String>
108 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
114 bool m_blueGreenDeploymentIdentifierHasBeenSet =
false;
117 bool m_filtersHasBeenSet =
false;
120 bool m_markerHasBeenSet =
false;
123 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