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;
AWS_EC2_API CreateCustomerGatewayResponse()
void SetCustomerGateway(const CustomerGateway &value)
void SetResponseMetadata(const ResponseMetadata &value)
void SetCustomerGateway(CustomerGateway &&value)
const CustomerGateway & GetCustomerGateway() const
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)
void SetResponseMetadata(ResponseMetadata &&value)
CreateCustomerGatewayResponse & WithResponseMetadata(ResponseMetadata &&value)
CreateCustomerGatewayResponse & WithCustomerGateway(CustomerGateway &&value)
CreateCustomerGatewayResponse & WithResponseMetadata(const ResponseMetadata &value)
CreateCustomerGatewayResponse & WithCustomerGateway(const CustomerGateway &value)
const ResponseMetadata & GetResponseMetadata() const
Aws::Utils::Xml::XmlDocument XmlDocument