Struct aws_sdk_ec2::operation::delete_customer_gateway::builders::DeleteCustomerGatewayOutputBuilder
source · #[non_exhaustive]pub struct DeleteCustomerGatewayOutputBuilder { /* private fields */ }Expand description
A builder for DeleteCustomerGatewayOutput.
Implementations§
source§impl DeleteCustomerGatewayOutputBuilder
impl DeleteCustomerGatewayOutputBuilder
sourcepub fn build(self) -> DeleteCustomerGatewayOutput
pub fn build(self) -> DeleteCustomerGatewayOutput
Consumes the builder and constructs a DeleteCustomerGatewayOutput.
Trait Implementations§
source§impl Clone for DeleteCustomerGatewayOutputBuilder
impl Clone for DeleteCustomerGatewayOutputBuilder
source§fn clone(&self) -> DeleteCustomerGatewayOutputBuilder
fn clone(&self) -> DeleteCustomerGatewayOutputBuilder
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 DeleteCustomerGatewayOutputBuilder
impl Default for DeleteCustomerGatewayOutputBuilder
source§fn default() -> DeleteCustomerGatewayOutputBuilder
fn default() -> DeleteCustomerGatewayOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCustomerGatewayOutputBuilder> for DeleteCustomerGatewayOutputBuilder
impl PartialEq<DeleteCustomerGatewayOutputBuilder> for DeleteCustomerGatewayOutputBuilder
source§fn eq(&self, other: &DeleteCustomerGatewayOutputBuilder) -> bool
fn eq(&self, other: &DeleteCustomerGatewayOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.