7#include <aws/core/http/HttpResponse.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;
41 template <
typename CustomerGatewayT = CustomerGateway>
43 m_customerGatewayHasBeenSet =
true;
44 m_customerGateway = std::forward<CustomerGatewayT>(value);
46 template <
typename CustomerGatewayT = CustomerGateway>
56 template <
typename ResponseMetadataT = ResponseMetadata>
58 m_responseMetadataHasBeenSet =
true;
59 m_responseMetadata = std::forward<ResponseMetadataT>(value);
61 template <
typename ResponseMetadataT = ResponseMetadata>
74 bool m_customerGatewayHasBeenSet =
false;
75 bool m_responseMetadataHasBeenSet =
false;
void SetCustomerGateway(CustomerGatewayT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const CustomerGateway & GetCustomerGateway() const
AWS_EC2_API CreateCustomerGatewayResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateCustomerGatewayResponse & WithCustomerGateway(CustomerGatewayT &&value)
AWS_EC2_API CreateCustomerGatewayResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateCustomerGatewayResponse & WithResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API CreateCustomerGatewayResponse()=default
Aws::Utils::Xml::XmlDocument XmlDocument