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>
11#include <aws/redshift/model/UsageLimitFeatureType.h>
43 template <
typename UsageLimitIdT = Aws::String>
45 m_usageLimitIdHasBeenSet =
true;
46 m_usageLimitId = std::forward<UsageLimitIdT>(value);
48 template <
typename UsageLimitIdT = Aws::String>
62 template <
typename ClusterIdentifierT = Aws::String>
64 m_clusterIdentifierHasBeenSet =
true;
65 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
67 template <
typename ClusterIdentifierT = Aws::String>
81 m_featureTypeHasBeenSet =
true;
82 m_featureType = value;
102 m_maxRecordsHasBeenSet =
true;
103 m_maxRecords = value;
122 template <
typename MarkerT = Aws::String>
124 m_markerHasBeenSet =
true;
125 m_marker = std::forward<MarkerT>(value);
127 template <
typename MarkerT = Aws::String>
145 template <
typename TagKeysT = Aws::Vector<Aws::String>>
147 m_tagKeysHasBeenSet =
true;
148 m_tagKeys = std::forward<TagKeysT>(value);
150 template <
typename TagKeysT = Aws::Vector<Aws::String>>
155 template <
typename TagKeysT = Aws::String>
157 m_tagKeysHasBeenSet =
true;
158 m_tagKeys.emplace_back(std::forward<TagKeysT>(value));
174 template <
typename TagValuesT = Aws::Vector<Aws::String>>
176 m_tagValuesHasBeenSet =
true;
177 m_tagValues = std::forward<TagValuesT>(value);
179 template <
typename TagValuesT = Aws::Vector<Aws::String>>
184 template <
typename TagValuesT = Aws::String>
186 m_tagValuesHasBeenSet =
true;
187 m_tagValues.emplace_back(std::forward<TagValuesT>(value));
205 bool m_usageLimitIdHasBeenSet =
false;
206 bool m_clusterIdentifierHasBeenSet =
false;
207 bool m_featureTypeHasBeenSet =
false;
208 bool m_maxRecordsHasBeenSet =
false;
209 bool m_markerHasBeenSet =
false;
210 bool m_tagKeysHasBeenSet =
false;
211 bool m_tagValuesHasBeenSet =
false;
DescribeUsageLimitsRequest & WithTagValues(TagValuesT &&value)
DescribeUsageLimitsRequest & WithMaxRecords(int value)
const Aws::Vector< Aws::String > & GetTagKeys() const
bool MaxRecordsHasBeenSet() const
const Aws::String & GetUsageLimitId() const
const Aws::String & GetClusterIdentifier() const
const Aws::String & GetMarker() const
bool TagValuesHasBeenSet() const
bool UsageLimitIdHasBeenSet() const
void SetTagValues(TagValuesT &&value)
DescribeUsageLimitsRequest & AddTagValues(TagValuesT &&value)
AWS_REDSHIFT_API DescribeUsageLimitsRequest()=default
int GetMaxRecords() const
DescribeUsageLimitsRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
const Aws::Vector< Aws::String > & GetTagValues() const
bool TagKeysHasBeenSet() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
DescribeUsageLimitsRequest & WithMarker(MarkerT &&value)
void SetFeatureType(UsageLimitFeatureType value)
DescribeUsageLimitsRequest & WithFeatureType(UsageLimitFeatureType value)
bool MarkerHasBeenSet() const
DescribeUsageLimitsRequest & WithUsageLimitId(UsageLimitIdT &&value)
bool FeatureTypeHasBeenSet() const
UsageLimitFeatureType GetFeatureType() const
void SetMarker(MarkerT &&value)
void SetUsageLimitId(UsageLimitIdT &&value)
bool ClusterIdentifierHasBeenSet() const
DescribeUsageLimitsRequest & AddTagKeys(TagKeysT &&value)
void SetMaxRecords(int value)
DescribeUsageLimitsRequest & WithTagKeys(TagKeysT &&value)
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetTagKeys(TagKeysT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector