7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/docdb/DocDBRequest.h>
10#include <aws/docdb/DocDB_EXPORTS.h>
11#include <aws/docdb/model/Filter.h>
45 template <
typename GlobalClusterIdentifierT = Aws::String>
47 m_globalClusterIdentifierHasBeenSet =
true;
48 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
50 template <
typename GlobalClusterIdentifierT = Aws::String>
66 template <
typename FiltersT = Aws::Vector<Filter>>
68 m_filtersHasBeenSet =
true;
69 m_filters = std::forward<FiltersT>(value);
71 template <
typename FiltersT = Aws::Vector<Filter>>
76 template <
typename FiltersT = Filter>
78 m_filtersHasBeenSet =
true;
79 m_filters.emplace_back(std::forward<FiltersT>(value));
94 m_maxRecordsHasBeenSet =
true;
112 template <
typename MarkerT = Aws::String>
114 m_markerHasBeenSet =
true;
115 m_marker = std::forward<MarkerT>(value);
117 template <
typename MarkerT = Aws::String>
131 bool m_globalClusterIdentifierHasBeenSet =
false;
132 bool m_filtersHasBeenSet =
false;
133 bool m_maxRecordsHasBeenSet =
false;
134 bool m_markerHasBeenSet =
false;
bool FiltersHasBeenSet() const
AWS_DOCDB_API Aws::String SerializePayload() const override
bool GlobalClusterIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMarker() const
void SetFilters(FiltersT &&value)
int GetMaxRecords() const
bool MarkerHasBeenSet() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeGlobalClustersRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
DescribeGlobalClustersRequest & AddFilters(FiltersT &&value)
const Aws::Vector< Filter > & GetFilters() const
bool MaxRecordsHasBeenSet() const
const Aws::String & GetGlobalClusterIdentifier() const
void SetMaxRecords(int value)
DescribeGlobalClustersRequest & WithFilters(FiltersT &&value)
DescribeGlobalClustersRequest & WithMaxRecords(int value)
AWS_DOCDB_API DescribeGlobalClustersRequest()=default
void SetMarker(MarkerT &&value)
DescribeGlobalClustersRequest & WithMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector