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