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/redshift/model/UsageLimitFeatureType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename UsageLimitIdT = Aws::String>
48 void SetUsageLimitId(UsageLimitIdT&& value) { m_usageLimitIdHasBeenSet =
true; m_usageLimitId = std::forward<UsageLimitIdT>(value); }
49 template<
typename UsageLimitIdT = Aws::String>
60 template<
typename ClusterIdentifierT = Aws::String>
61 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
62 template<
typename ClusterIdentifierT = Aws::String>
87 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
102 template<
typename MarkerT = Aws::String>
103 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
104 template<
typename MarkerT = Aws::String>
119 template<
typename TagKeysT = Aws::Vector<Aws::String>>
120 void SetTagKeys(TagKeysT&& value) { m_tagKeysHasBeenSet =
true; m_tagKeys = std::forward<TagKeysT>(value); }
121 template<
typename TagKeysT = Aws::Vector<Aws::String>>
123 template<
typename TagKeysT = Aws::String>
138 template<
typename TagValuesT = Aws::Vector<Aws::String>>
139 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
140 template<
typename TagValuesT = Aws::Vector<Aws::String>>
142 template<
typename TagValuesT = Aws::String>
148 bool m_usageLimitIdHasBeenSet =
false;
151 bool m_clusterIdentifierHasBeenSet =
false;
154 bool m_featureTypeHasBeenSet =
false;
157 bool m_maxRecordsHasBeenSet =
false;
160 bool m_markerHasBeenSet =
false;
163 bool m_tagKeysHasBeenSet =
false;
166 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