7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/CustomerGateway.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
40 template <
typename CustomerGatewayT = CustomerGateway>
42 m_customerGatewayHasBeenSet =
true;
43 m_customerGateway = std::forward<CustomerGatewayT>(value);
45 template <
typename CustomerGatewayT = CustomerGateway>
55 template <
typename ResponseMetadataT = ResponseMetadata>
57 m_responseMetadataHasBeenSet =
true;
58 m_responseMetadata = std::forward<ResponseMetadataT>(value);
60 template <
typename ResponseMetadataT = ResponseMetadata>
70 bool m_customerGatewayHasBeenSet =
false;
71 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)
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