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