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