7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/dax/DAXRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ClusterNamesT = Aws::Vector<Aws::String>>
45 void SetClusterNames(ClusterNamesT&& value) { m_clusterNamesHasBeenSet =
true; m_clusterNames = std::forward<ClusterNamesT>(value); }
46 template<
typename ClusterNamesT = Aws::Vector<Aws::String>>
48 template<
typename ClusterNamesT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
82 bool m_clusterNamesHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
88 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