Struct aws_sdk_networkmanager::operation::create_vpc_attachment::builders::CreateVpcAttachmentOutputBuilder
source · #[non_exhaustive]pub struct CreateVpcAttachmentOutputBuilder { /* private fields */ }
Expand description
A builder for CreateVpcAttachmentOutput
.
Implementations§
source§impl CreateVpcAttachmentOutputBuilder
impl CreateVpcAttachmentOutputBuilder
sourcepub fn vpc_attachment(self, input: VpcAttachment) -> Self
pub fn vpc_attachment(self, input: VpcAttachment) -> Self
Provides details about the VPC attachment.
sourcepub fn set_vpc_attachment(self, input: Option<VpcAttachment>) -> Self
pub fn set_vpc_attachment(self, input: Option<VpcAttachment>) -> Self
Provides details about the VPC attachment.
sourcepub fn build(self) -> CreateVpcAttachmentOutput
pub fn build(self) -> CreateVpcAttachmentOutput
Consumes the builder and constructs a CreateVpcAttachmentOutput
.
Trait Implementations§
source§impl Clone for CreateVpcAttachmentOutputBuilder
impl Clone for CreateVpcAttachmentOutputBuilder
source§fn clone(&self) -> CreateVpcAttachmentOutputBuilder
fn clone(&self) -> CreateVpcAttachmentOutputBuilder
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 CreateVpcAttachmentOutputBuilder
impl Default for CreateVpcAttachmentOutputBuilder
source§fn default() -> CreateVpcAttachmentOutputBuilder
fn default() -> CreateVpcAttachmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateVpcAttachmentOutputBuilder> for CreateVpcAttachmentOutputBuilder
impl PartialEq<CreateVpcAttachmentOutputBuilder> for CreateVpcAttachmentOutputBuilder
source§fn eq(&self, other: &CreateVpcAttachmentOutputBuilder) -> bool
fn eq(&self, other: &CreateVpcAttachmentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.