7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/CustomerGateway.h>
10#include <aws/ec2/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename CustomerGatewaysT = Aws::Vector<CustomerGateway>>
44 m_customerGatewaysHasBeenSet =
true;
45 m_customerGateways = std::forward<CustomerGatewaysT>(value);
47 template <
typename CustomerGatewaysT = Aws::Vector<CustomerGateway>>
52 template <
typename CustomerGatewaysT = CustomerGateway>
54 m_customerGatewaysHasBeenSet =
true;
55 m_customerGateways.emplace_back(std::forward<CustomerGatewaysT>(value));
63 template <
typename ResponseMetadataT = ResponseMetadata>
65 m_responseMetadataHasBeenSet =
true;
66 m_responseMetadata = std::forward<ResponseMetadataT>(value);
68 template <
typename ResponseMetadataT = ResponseMetadata>
78 bool m_customerGatewaysHasBeenSet =
false;
79 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
const Aws::Vector< CustomerGateway > & GetCustomerGateways() const
DescribeCustomerGatewaysResponse & AddCustomerGateways(CustomerGatewaysT &&value)
AWS_EC2_API DescribeCustomerGatewaysResponse()=default
void SetCustomerGateways(CustomerGatewaysT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeCustomerGatewaysResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCustomerGatewaysResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeCustomerGatewaysResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCustomerGatewaysResponse & WithCustomerGateways(CustomerGatewaysT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument