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 get_vpc_attachment(&self) -> &Option<VpcAttachment>
pub fn get_vpc_attachment(&self) -> &Option<VpcAttachment>
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 for UpdateVpcAttachmentOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for UpdateVpcAttachmentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateVpcAttachmentOutputBuilder
impl Send for UpdateVpcAttachmentOutputBuilder
impl Sync for UpdateVpcAttachmentOutputBuilder
impl Unpin for UpdateVpcAttachmentOutputBuilder
impl UnwindSafe for UpdateVpcAttachmentOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.