AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeCustomerGatewaysResponse.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/model/ResponseMetadata.h>
10#include <aws/ec2/model/CustomerGateway.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Xml
21{
22 class XmlDocument;
23} // namespace Xml
24} // namespace Utils
25namespace EC2
26{
27namespace Model
28{
36 {
37 public:
41
42
44
47 inline const Aws::Vector<CustomerGateway>& GetCustomerGateways() const{ return m_customerGateways; }
48 inline void SetCustomerGateways(const Aws::Vector<CustomerGateway>& value) { m_customerGateways = value; }
49 inline void SetCustomerGateways(Aws::Vector<CustomerGateway>&& value) { m_customerGateways = std::move(value); }
52 inline DescribeCustomerGatewaysResponse& AddCustomerGateways(const CustomerGateway& value) { m_customerGateways.push_back(value); return *this; }
53 inline DescribeCustomerGatewaysResponse& AddCustomerGateways(CustomerGateway&& value) { m_customerGateways.push_back(std::move(value)); return *this; }
55
57
58 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
59 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
60 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
64 private:
65
66 Aws::Vector<CustomerGateway> m_customerGateways;
67
68 ResponseMetadata m_responseMetadata;
69 };
70
71} // namespace Model
72} // namespace EC2
73} // namespace Aws
const Aws::Vector< CustomerGateway > & GetCustomerGateways() const
void SetCustomerGateways(const Aws::Vector< CustomerGateway > &value)
DescribeCustomerGatewaysResponse & AddCustomerGateways(CustomerGateway &&value)
AWS_EC2_API DescribeCustomerGatewaysResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCustomerGatewaysResponse & WithCustomerGateways(const Aws::Vector< CustomerGateway > &value)
DescribeCustomerGatewaysResponse & WithCustomerGateways(Aws::Vector< CustomerGateway > &&value)
AWS_EC2_API DescribeCustomerGatewaysResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeCustomerGatewaysResponse & WithResponseMetadata(ResponseMetadata &&value)
void SetCustomerGateways(Aws::Vector< CustomerGateway > &&value)
DescribeCustomerGatewaysResponse & AddCustomerGateways(const CustomerGateway &value)
DescribeCustomerGatewaysResponse & WithResponseMetadata(const ResponseMetadata &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument