7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ParameterGroupNameT = Aws::String>
49 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
50 template<
typename ParameterGroupNameT = Aws::String>
64 template<
typename SourceT = Aws::String>
65 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
66 template<
typename SourceT = Aws::String>
81 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
96 template<
typename MarkerT = Aws::String>
97 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
98 template<
typename MarkerT = Aws::String>
104 bool m_parameterGroupNameHasBeenSet =
false;
107 bool m_sourceHasBeenSet =
false;
110 bool m_maxRecordsHasBeenSet =
false;
113 bool m_markerHasBeenSet =
false;
int GetMaxRecords() const
bool MaxRecordsHasBeenSet() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DescribeClusterParametersRequest & WithParameterGroupName(ParameterGroupNameT &&value)
bool ParameterGroupNameHasBeenSet() const
bool MarkerHasBeenSet() const
DescribeClusterParametersRequest & WithMarker(MarkerT &&value)
DescribeClusterParametersRequest & WithMaxRecords(int value)
AWS_REDSHIFT_API DescribeClusterParametersRequest()=default
const Aws::String & GetSource() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SourceHasBeenSet() const
DescribeClusterParametersRequest & WithSource(SourceT &&value)
void SetParameterGroupName(ParameterGroupNameT &&value)
const Aws::String & GetMarker() const
void SetSource(SourceT &&value)
void SetMaxRecords(int value)
void SetMarker(MarkerT &&value)
const Aws::String & GetParameterGroupName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String