53 inline void SetParameterGroupName(
const char* value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName.assign(value); }
104 inline void SetSource(
const char* value) { m_sourceHasBeenSet =
true; m_source.assign(value); }
151 inline void SetMaxRecords(
long value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
201 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
235 bool m_parameterGroupNameHasBeenSet;
237 bool m_sourceHasBeenSet;
239 bool m_maxRecordsHasBeenSet;
241 bool m_markerHasBeenSet;
DescribeClusterParametersRequest & WithSource(const char *value)
DescribeClusterParametersRequest & WithParameterGroupName(Aws::String &&value)
DescribeClusterParametersRequest & WithMaxRecords(long value)
DescribeClusterParametersRequest & WithParameterGroupName(const Aws::String &value)
void SetMarker(Aws::String &&value)
DescribeClusterParametersRequest & WithSource(Aws::String &&value)
DescribeClusterParametersRequest & WithMarker(const Aws::String &value)
void SetParameterGroupName(Aws::String &&value)
void SetSource(const char *value)
void SetParameterGroupName(const Aws::String &value)
const Aws::String & GetSource() const
DescribeClusterParametersRequest & WithSource(const Aws::String &value)
const Aws::String & GetParameterGroupName() const
void SetSource(Aws::String &&value)
const Aws::String & GetMarker() const
DescribeClusterParametersRequest & WithMarker(Aws::String &&value)
void SetParameterGroupName(const char *value)
void SetMaxRecords(long value)
void SetMarker(const Aws::String &value)
void SetMarker(const char *value)
DescribeClusterParametersRequest & WithParameterGroupName(const char *value)
void SetSource(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeClusterParametersRequest & WithMarker(const char *value)
long GetMaxRecords() const
JSON (JavaScript Object Notation).