7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
47 template <
typename ClusterIdentifierT = Aws::String>
49 m_clusterIdentifierHasBeenSet =
true;
50 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
52 template <
typename ClusterIdentifierT = Aws::String>
71 m_maxRecordsHasBeenSet =
true;
93 template <
typename MarkerT = Aws::String>
95 m_markerHasBeenSet =
true;
96 m_marker = std::forward<MarkerT>(value);
98 template <
typename MarkerT = Aws::String>
116 template <
typename TagKeysT = Aws::Vector<Aws::String>>
118 m_tagKeysHasBeenSet =
true;
119 m_tagKeys = std::forward<TagKeysT>(value);
121 template <
typename TagKeysT = Aws::Vector<Aws::String>>
126 template <
typename TagKeysT = Aws::String>
128 m_tagKeysHasBeenSet =
true;
129 m_tagKeys.emplace_back(std::forward<TagKeysT>(value));
145 template <
typename TagValuesT = Aws::Vector<Aws::String>>
147 m_tagValuesHasBeenSet =
true;
148 m_tagValues = std::forward<TagValuesT>(value);
150 template <
typename TagValuesT = Aws::Vector<Aws::String>>
155 template <
typename TagValuesT = Aws::String>
157 m_tagValuesHasBeenSet =
true;
158 m_tagValues.emplace_back(std::forward<TagValuesT>(value));
172 bool m_clusterIdentifierHasBeenSet =
false;
173 bool m_maxRecordsHasBeenSet =
false;
174 bool m_markerHasBeenSet =
false;
175 bool m_tagKeysHasBeenSet =
false;
176 bool m_tagValuesHasBeenSet =
false;
bool TagKeysHasBeenSet() const
bool TagValuesHasBeenSet() const
const Aws::Vector< Aws::String > & GetTagKeys() const
bool MarkerHasBeenSet() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool ClusterIdentifierHasBeenSet() const
DescribeClustersRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetTagValues(TagValuesT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
DescribeClustersRequest & WithMaxRecords(int value)
const Aws::String & GetClusterIdentifier() const
AWS_REDSHIFT_API DescribeClustersRequest()=default
DescribeClustersRequest & WithTagKeys(TagKeysT &&value)
void SetMarker(MarkerT &&value)
int GetMaxRecords() const
virtual const char * GetServiceRequestName() const override
DescribeClustersRequest & WithTagValues(TagValuesT &&value)
bool MaxRecordsHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Vector< Aws::String > & GetTagValues() const
void SetMaxRecords(int value)
const Aws::String & GetMarker() const
DescribeClustersRequest & AddTagValues(TagValuesT &&value)
void SetTagKeys(TagKeysT &&value)
DescribeClustersRequest & AddTagKeys(TagKeysT &&value)
DescribeClustersRequest & WithMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector