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