Struct aws_sdk_ec2::operation::create_customer_gateway::builders::CreateCustomerGatewayOutputBuilder
source · #[non_exhaustive]pub struct CreateCustomerGatewayOutputBuilder { /* private fields */ }Expand description
A builder for CreateCustomerGatewayOutput.
Implementations§
source§impl CreateCustomerGatewayOutputBuilder
impl CreateCustomerGatewayOutputBuilder
sourcepub fn customer_gateway(self, input: CustomerGateway) -> Self
pub fn customer_gateway(self, input: CustomerGateway) -> Self
Information about the customer gateway.
sourcepub fn set_customer_gateway(self, input: Option<CustomerGateway>) -> Self
pub fn set_customer_gateway(self, input: Option<CustomerGateway>) -> Self
Information about the customer gateway.
sourcepub fn build(self) -> CreateCustomerGatewayOutput
pub fn build(self) -> CreateCustomerGatewayOutput
Consumes the builder and constructs a CreateCustomerGatewayOutput.
Trait Implementations§
source§impl Clone for CreateCustomerGatewayOutputBuilder
impl Clone for CreateCustomerGatewayOutputBuilder
source§fn clone(&self) -> CreateCustomerGatewayOutputBuilder
fn clone(&self) -> CreateCustomerGatewayOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateCustomerGatewayOutputBuilder
impl Default for CreateCustomerGatewayOutputBuilder
source§fn default() -> CreateCustomerGatewayOutputBuilder
fn default() -> CreateCustomerGatewayOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateCustomerGatewayOutputBuilder> for CreateCustomerGatewayOutputBuilder
impl PartialEq<CreateCustomerGatewayOutputBuilder> for CreateCustomerGatewayOutputBuilder
source§fn eq(&self, other: &CreateCustomerGatewayOutputBuilder) -> bool
fn eq(&self, other: &CreateCustomerGatewayOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.