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 ParameterGroupNameT = Aws::String>
49 m_parameterGroupNameHasBeenSet =
true;
50 m_parameterGroupName = std::forward<ParameterGroupNameT>(value);
52 template <
typename ParameterGroupNameT = Aws::String>
71 m_maxRecordsHasBeenSet =
true;
91 template <
typename MarkerT = Aws::String>
93 m_markerHasBeenSet =
true;
94 m_marker = std::forward<MarkerT>(value);
96 template <
typename MarkerT = Aws::String>
114 template <
typename TagKeysT = Aws::Vector<Aws::String>>
116 m_tagKeysHasBeenSet =
true;
117 m_tagKeys = std::forward<TagKeysT>(value);
119 template <
typename TagKeysT = Aws::Vector<Aws::String>>
124 template <
typename TagKeysT = Aws::String>
126 m_tagKeysHasBeenSet =
true;
127 m_tagKeys.emplace_back(std::forward<TagKeysT>(value));
143 template <
typename TagValuesT = Aws::Vector<Aws::String>>
145 m_tagValuesHasBeenSet =
true;
146 m_tagValues = std::forward<TagValuesT>(value);
148 template <
typename TagValuesT = Aws::Vector<Aws::String>>
153 template <
typename TagValuesT = Aws::String>
155 m_tagValuesHasBeenSet =
true;
156 m_tagValues.emplace_back(std::forward<TagValuesT>(value));
170 bool m_parameterGroupNameHasBeenSet =
false;
171 bool m_maxRecordsHasBeenSet =
false;
172 bool m_markerHasBeenSet =
false;
173 bool m_tagKeysHasBeenSet =
false;
174 bool m_tagValuesHasBeenSet =
false;
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool MaxRecordsHasBeenSet() const
void SetTagKeys(TagKeysT &&value)
void SetTagValues(TagValuesT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TagKeysHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMarker(MarkerT &&value)
DescribeClusterParameterGroupsRequest & WithTagValues(TagValuesT &&value)
void SetParameterGroupName(ParameterGroupNameT &&value)
bool MarkerHasBeenSet() const
const Aws::Vector< Aws::String > & GetTagValues() const
const Aws::String & GetMarker() const
void SetMaxRecords(int value)
DescribeClusterParameterGroupsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetParameterGroupName() const
const Aws::Vector< Aws::String > & GetTagKeys() const
int GetMaxRecords() const
DescribeClusterParameterGroupsRequest & WithTagKeys(TagKeysT &&value)
DescribeClusterParameterGroupsRequest & WithParameterGroupName(ParameterGroupNameT &&value)
DescribeClusterParameterGroupsRequest & AddTagValues(TagValuesT &&value)
DescribeClusterParameterGroupsRequest & WithMaxRecords(int value)
AWS_REDSHIFT_API DescribeClusterParameterGroupsRequest()=default
bool TagValuesHasBeenSet() const
bool ParameterGroupNameHasBeenSet() const
DescribeClusterParameterGroupsRequest & AddTagKeys(TagKeysT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector