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