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