7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
10#include <aws/redshift/model/ClusterParameterGroup.h>
11#include <aws/redshift/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
48 template <
typename MarkerT = Aws::String>
50 m_markerHasBeenSet =
true;
51 m_marker = std::forward<MarkerT>(value);
53 template <
typename MarkerT = Aws::String>
66 template <
typename ParameterGroupsT = Aws::Vector<ClusterParameterGroup>>
68 m_parameterGroupsHasBeenSet =
true;
69 m_parameterGroups = std::forward<ParameterGroupsT>(value);
71 template <
typename ParameterGroupsT = Aws::Vector<ClusterParameterGroup>>
76 template <
typename ParameterGroupsT = ClusterParameterGroup>
78 m_parameterGroupsHasBeenSet =
true;
79 m_parameterGroups.emplace_back(std::forward<ParameterGroupsT>(value));
87 template <
typename ResponseMetadataT = ResponseMetadata>
89 m_responseMetadataHasBeenSet =
true;
90 m_responseMetadata = std::forward<ResponseMetadataT>(value);
92 template <
typename ResponseMetadataT = ResponseMetadata>
104 bool m_markerHasBeenSet =
false;
105 bool m_parameterGroupsHasBeenSet =
false;
106 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)
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