/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include 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 ClusterSecurityGroup instances.
*/ inline const Aws::VectorA list of ClusterSecurityGroup instances.
*/ inline void SetClusterSecurityGroups(const Aws::VectorA list of ClusterSecurityGroup instances.
*/ inline void SetClusterSecurityGroups(Aws::VectorA list of ClusterSecurityGroup instances.
*/ inline DescribeClusterSecurityGroupsResult& WithClusterSecurityGroups(const Aws::VectorA list of ClusterSecurityGroup instances.
*/ inline DescribeClusterSecurityGroupsResult& WithClusterSecurityGroups(Aws::VectorA list of ClusterSecurityGroup instances.
*/ inline DescribeClusterSecurityGroupsResult& AddClusterSecurityGroups(const ClusterSecurityGroup& value) { m_clusterSecurityGroups.push_back(value); return *this; } /** *A list of ClusterSecurityGroup instances.
*/ inline DescribeClusterSecurityGroupsResult& AddClusterSecurityGroups(ClusterSecurityGroup&& value) { m_clusterSecurityGroups.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 DescribeClusterSecurityGroupsResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeClusterSecurityGroupsResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::String m_marker; Aws::Vector