7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
44 template <
typename ParameterGroupNameT = Aws::String>
46 m_parameterGroupNameHasBeenSet =
true;
47 m_parameterGroupName = std::forward<ParameterGroupNameT>(value);
49 template <
typename ParameterGroupNameT = Aws::String>
66 template <
typename SourceT = Aws::String>
68 m_sourceHasBeenSet =
true;
69 m_source = std::forward<SourceT>(value);
71 template <
typename SourceT = Aws::String>
90 m_maxRecordsHasBeenSet =
true;
110 template <
typename MarkerT = Aws::String>
112 m_markerHasBeenSet =
true;
113 m_marker = std::forward<MarkerT>(value);
115 template <
typename MarkerT = Aws::String>
129 bool m_parameterGroupNameHasBeenSet =
false;
130 bool m_sourceHasBeenSet =
false;
131 bool m_maxRecordsHasBeenSet =
false;
132 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