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 ParameterGroupNameT = Aws::String>
52 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
53 template<
typename ParameterGroupNameT = Aws::String>
68 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
83 template<
typename MarkerT = Aws::String>
84 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
85 template<
typename MarkerT = Aws::String>
100 template<
typename TagKeysT = Aws::Vector<Aws::String>>
101 void SetTagKeys(TagKeysT&& value) { m_tagKeysHasBeenSet =
true; m_tagKeys = std::forward<TagKeysT>(value); }
102 template<
typename TagKeysT = Aws::Vector<Aws::String>>
104 template<
typename TagKeysT = Aws::String>
119 template<
typename TagValuesT = Aws::Vector<Aws::String>>
120 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
121 template<
typename TagValuesT = Aws::Vector<Aws::String>>
123 template<
typename TagValuesT = Aws::String>
129 bool m_parameterGroupNameHasBeenSet =
false;
132 bool m_maxRecordsHasBeenSet =
false;
135 bool m_markerHasBeenSet =
false;
138 bool m_tagKeysHasBeenSet =
false;
141 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