76 inline void SetParameterGroupName(
const char* value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName.assign(value); }
128 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
189 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
406 bool m_parameterGroupNameHasBeenSet =
false;
409 bool m_maxRecordsHasBeenSet =
false;
412 bool m_markerHasBeenSet =
false;
415 bool m_tagKeysHasBeenSet =
false;
418 bool m_tagValuesHasBeenSet =
false;
DescribeClusterParameterGroupsRequest & WithTagValues(const Aws::Vector< Aws::String > &value)
void SetParameterGroupName(const Aws::String &value)
DescribeClusterParameterGroupsRequest & WithParameterGroupName(const char *value)
void SetParameterGroupName(Aws::String &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
DescribeClusterParameterGroupsRequest & WithMarker(const char *value)
bool MaxRecordsHasBeenSet() const
DescribeClusterParameterGroupsRequest & AddTagValues(const char *value)
DescribeClusterParameterGroupsRequest & WithParameterGroupName(const Aws::String &value)
void SetTagKeys(const Aws::Vector< Aws::String > &value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTagKeys(Aws::Vector< Aws::String > &&value)
void SetTagValues(const Aws::Vector< Aws::String > &value)
bool TagKeysHasBeenSet() const
void SetTagValues(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
DescribeClusterParameterGroupsRequest & WithTagKeys(Aws::Vector< Aws::String > &&value)
bool MarkerHasBeenSet() const
const Aws::Vector< Aws::String > & GetTagValues() const
const Aws::String & GetMarker() const
AWS_REDSHIFT_API DescribeClusterParameterGroupsRequest()
DescribeClusterParameterGroupsRequest & AddTagValues(const Aws::String &value)
void SetMaxRecords(int value)
DescribeClusterParameterGroupsRequest & AddTagKeys(Aws::String &&value)
const Aws::String & GetParameterGroupName() const
const Aws::Vector< Aws::String > & GetTagKeys() const
void SetMarker(const char *value)
int GetMaxRecords() const
DescribeClusterParameterGroupsRequest & WithTagKeys(const Aws::Vector< Aws::String > &value)
DescribeClusterParameterGroupsRequest & AddTagValues(Aws::String &&value)
DescribeClusterParameterGroupsRequest & WithParameterGroupName(Aws::String &&value)
DescribeClusterParameterGroupsRequest & WithMarker(const Aws::String &value)
DescribeClusterParameterGroupsRequest & WithMaxRecords(int value)
DescribeClusterParameterGroupsRequest & WithTagValues(Aws::Vector< Aws::String > &&value)
bool TagValuesHasBeenSet() const
DescribeClusterParameterGroupsRequest & WithMarker(Aws::String &&value)
DescribeClusterParameterGroupsRequest & AddTagKeys(const char *value)
void SetParameterGroupName(const char *value)
void SetMarker(const Aws::String &value)
void SetMarker(Aws::String &&value)
bool ParameterGroupNameHasBeenSet() const
DescribeClusterParameterGroupsRequest & AddTagKeys(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector