AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateCustomerGatewayResponse.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/CustomerGateway.h>
9#include <aws/ec2/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace EC2
25{
26namespace Model
27{
34 {
35 public:
39
40
42
45 inline const CustomerGateway& GetCustomerGateway() const{ return m_customerGateway; }
46 inline void SetCustomerGateway(const CustomerGateway& value) { m_customerGateway = value; }
47 inline void SetCustomerGateway(CustomerGateway&& value) { m_customerGateway = std::move(value); }
49 inline CreateCustomerGatewayResponse& WithCustomerGateway(CustomerGateway&& value) { SetCustomerGateway(std::move(value)); return *this;}
51
53
54 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
55 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
56 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
60 private:
61
62 CustomerGateway m_customerGateway;
63
64 ResponseMetadata m_responseMetadata;
65 };
66
67} // namespace Model
68} // namespace EC2
69} // namespace Aws
AWS_EC2_API CreateCustomerGatewayResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API CreateCustomerGatewayResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateCustomerGatewayResponse & WithResponseMetadata(ResponseMetadata &&value)
CreateCustomerGatewayResponse & WithCustomerGateway(CustomerGateway &&value)
CreateCustomerGatewayResponse & WithResponseMetadata(const ResponseMetadata &value)
CreateCustomerGatewayResponse & WithCustomerGateway(const CustomerGateway &value)
Aws::Utils::Xml::XmlDocument XmlDocument