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