/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the returned data in response to a request action.See
* Also:
AWS
* API Reference
A collection of VPC peering connection records that match the request.
*/ inline const Aws::VectorA collection of VPC peering connection records that match the request.
*/ inline void SetVpcPeeringConnections(const Aws::VectorA collection of VPC peering connection records that match the request.
*/ inline void SetVpcPeeringConnections(Aws::VectorA collection of VPC peering connection records that match the request.
*/ inline DescribeVpcPeeringConnectionsResult& WithVpcPeeringConnections(const Aws::VectorA collection of VPC peering connection records that match the request.
*/ inline DescribeVpcPeeringConnectionsResult& WithVpcPeeringConnections(Aws::VectorA collection of VPC peering connection records that match the request.
*/ inline DescribeVpcPeeringConnectionsResult& AddVpcPeeringConnections(const VpcPeeringConnection& value) { m_vpcPeeringConnections.push_back(value); return *this; } /** *A collection of VPC peering connection records that match the request.
*/ inline DescribeVpcPeeringConnectionsResult& AddVpcPeeringConnections(VpcPeeringConnection&& value) { m_vpcPeeringConnections.push_back(std::move(value)); return *this; } private: Aws::Vector