/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output from the DescribeClusterParameterGroups action.
* See Also:
AWS
* API Reference
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A value that indicates the starting point for the next set of response
* records in a subsequent request. If a value is returned in a response, you can
* retrieve the next set of records by providing this returned marker value in the
* Marker
parameter and retrying the command. If the
* Marker
field is empty, all response records have been retrieved for
* the request.
A list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline const Aws::VectorA list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline void SetParameterGroups(const Aws::VectorA list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline void SetParameterGroups(Aws::VectorA list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline DescribeClusterParameterGroupsResult& WithParameterGroups(const Aws::VectorA list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline DescribeClusterParameterGroupsResult& WithParameterGroups(Aws::VectorA list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline DescribeClusterParameterGroupsResult& AddParameterGroups(const ClusterParameterGroup& value) { m_parameterGroups.push_back(value); return *this; } /** *A list of ClusterParameterGroup instances. Each instance describes one * cluster parameter group.
*/ inline DescribeClusterParameterGroupsResult& AddParameterGroups(ClusterParameterGroup&& value) { m_parameterGroups.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DescribeClusterParameterGroupsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeClusterParameterGroupsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::String m_marker; Aws::Vector