7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/ClusterParameterGroup.h>
12#include <aws/redshift/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
49 template <
typename MarkerT = Aws::String>
51 m_markerHasBeenSet =
true;
52 m_marker = std::forward<MarkerT>(value);
54 template <
typename MarkerT = Aws::String>
67 template <
typename ParameterGroupsT = Aws::Vector<ClusterParameterGroup>>
69 m_parameterGroupsHasBeenSet =
true;
70 m_parameterGroups = std::forward<ParameterGroupsT>(value);
72 template <
typename ParameterGroupsT = Aws::Vector<ClusterParameterGroup>>
77 template <
typename ParameterGroupsT = ClusterParameterGroup>
79 m_parameterGroupsHasBeenSet =
true;
80 m_parameterGroups.emplace_back(std::forward<ParameterGroupsT>(value));
88 template <
typename ResponseMetadataT = ResponseMetadata>
90 m_responseMetadataHasBeenSet =
true;
91 m_responseMetadata = std::forward<ResponseMetadataT>(value);
93 template <
typename ResponseMetadataT = ResponseMetadata>
108 bool m_markerHasBeenSet =
false;
109 bool m_parameterGroupsHasBeenSet =
false;
110 bool m_responseMetadataHasBeenSet =
false;
const Aws::Vector< ClusterParameterGroup > & GetParameterGroups() const
AWS_REDSHIFT_API DescribeClusterParameterGroupsResult()=default
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeClusterParameterGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_REDSHIFT_API DescribeClusterParameterGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
DescribeClusterParameterGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribeClusterParameterGroupsResult & AddParameterGroups(ParameterGroupsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeClusterParameterGroupsResult & WithMarker(MarkerT &&value)
void SetParameterGroups(ParameterGroupsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeClusterParameterGroupsResult & WithParameterGroups(ParameterGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument