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