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