public CreateCustomerGatewayResult WithCustomerGateway(Amazon.EC2.Model.CustomerGateway customerGateway)
 {
     this.customerGatewayField = customerGateway;
     return this;
 }
 public CreateCustomerGatewayResult WithCustomerGateway(Amazon.EC2.Model.CustomerGateway customerGateway)
 {
     this.customerGatewayField = customerGateway;
     return(this);
 }