7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dax/DAXRequest.h>
10#include <aws/dax/DAX_EXPORTS.h>
40 template <
typename ClusterNamesT = Aws::Vector<Aws::String>>
42 m_clusterNamesHasBeenSet =
true;
43 m_clusterNames = std::forward<ClusterNamesT>(value);
45 template <
typename ClusterNamesT = Aws::Vector<Aws::String>>
50 template <
typename ClusterNamesT = Aws::String>
52 m_clusterNamesHasBeenSet =
true;
53 m_clusterNames.emplace_back(std::forward<ClusterNamesT>(value));
68 m_maxResultsHasBeenSet =
true;
86 template <
typename NextTokenT = Aws::String>
88 m_nextTokenHasBeenSet =
true;
89 m_nextToken = std::forward<NextTokenT>(value);
91 template <
typename NextTokenT = Aws::String>
103 bool m_clusterNamesHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
AWS_DAX_API DescribeClustersRequest()=default
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetClusterNames() const
bool MaxResultsHasBeenSet() const
AWS_DAX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeClustersRequest & WithClusterNames(ClusterNamesT &&value)
bool ClusterNamesHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
DescribeClustersRequest & WithMaxResults(int value)
AWS_DAX_API Aws::String SerializePayload() const override
DescribeClustersRequest & AddClusterNames(ClusterNamesT &&value)
void SetClusterNames(ClusterNamesT &&value)
DescribeClustersRequest & WithNextToken(NextTokenT &&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