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 Freeze for GetConnectAttachmentOutputBuilder
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
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>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.