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