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 get_vpc_attachment(&self) -> &Option<VpcAttachment>
pub fn get_vpc_attachment(&self) -> &Option<VpcAttachment>
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 for CreateVpcAttachmentOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for CreateVpcAttachmentOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateVpcAttachmentOutputBuilder
impl RefUnwindSafe for CreateVpcAttachmentOutputBuilder
impl Send for CreateVpcAttachmentOutputBuilder
impl Sync for CreateVpcAttachmentOutputBuilder
impl Unpin for CreateVpcAttachmentOutputBuilder
impl UnwindSafe for CreateVpcAttachmentOutputBuilder
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.