7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 template<
typename ClusterIdentifierT = Aws::String>
52 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
53 template<
typename ClusterIdentifierT = Aws::String>
68 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
85 template<
typename MarkerT = Aws::String>
86 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
87 template<
typename MarkerT = Aws::String>
102 template<
typename TagKeysT = Aws::Vector<Aws::String>>
103 void SetTagKeys(TagKeysT&& value) { m_tagKeysHasBeenSet =
true; m_tagKeys = std::forward<TagKeysT>(value); }
104 template<
typename TagKeysT = Aws::Vector<Aws::String>>
106 template<
typename TagKeysT = Aws::String>
121 template<
typename TagValuesT = Aws::Vector<Aws::String>>
122 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
123 template<
typename TagValuesT = Aws::Vector<Aws::String>>
125 template<
typename TagValuesT = Aws::String>
131 bool m_clusterIdentifierHasBeenSet =
false;
134 bool m_maxRecordsHasBeenSet =
false;
137 bool m_markerHasBeenSet =
false;
140 bool m_tagKeysHasBeenSet =
false;
143 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