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 GlobalClusterIdentifierT = Aws::String>
48 m_globalClusterIdentifierHasBeenSet =
true;
49 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
51 template <
typename GlobalClusterIdentifierT = Aws::String>
68 template <
typename FiltersT = Aws::Vector<Filter>>
70 m_filtersHasBeenSet =
true;
71 m_filters = std::forward<FiltersT>(value);
73 template <
typename FiltersT = Aws::Vector<Filter>>
78 template <
typename FiltersT = Filter>
80 m_filtersHasBeenSet =
true;
81 m_filters.emplace_back(std::forward<FiltersT>(value));
97 m_maxRecordsHasBeenSet =
true;
115 template <
typename MarkerT = Aws::String>
117 m_markerHasBeenSet =
true;
118 m_marker = std::forward<MarkerT>(value);
120 template <
typename MarkerT = Aws::String>
134 bool m_globalClusterIdentifierHasBeenSet =
false;
135 bool m_filtersHasBeenSet =
false;
136 bool m_maxRecordsHasBeenSet =
false;
137 bool m_markerHasBeenSet =
false;
const Aws::String & GetMarker() const
DescribeGlobalClustersRequest & WithFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
AWS_RDS_API Aws::String SerializePayload() const override
void SetMaxRecords(int value)
DescribeGlobalClustersRequest & AddFilters(FiltersT &&value)
AWS_RDS_API DescribeGlobalClustersRequest()=default
bool MaxRecordsHasBeenSet() const
bool FiltersHasBeenSet() const
void SetMarker(MarkerT &&value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFilters(FiltersT &&value)
bool GlobalClusterIdentifierHasBeenSet() const
DescribeGlobalClustersRequest & WithMaxRecords(int value)
int GetMaxRecords() const
const Aws::Vector< Filter > & GetFilters() const
DescribeGlobalClustersRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool MarkerHasBeenSet() const
DescribeGlobalClustersRequest & WithMarker(MarkerT &&value)
const Aws::String & GetGlobalClusterIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector