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;
46 template<
typename CustomerGatewayT = CustomerGateway>
47 void SetCustomerGateway(CustomerGatewayT&& value) { m_customerGatewayHasBeenSet =
true; m_customerGateway = std::forward<CustomerGatewayT>(value); }
48 template<
typename CustomerGatewayT = CustomerGateway>
55 template<
typename ResponseMetadataT = ResponseMetadata>
56 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
57 template<
typename ResponseMetadataT = ResponseMetadata>
63 bool m_customerGatewayHasBeenSet =
false;
66 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