#[non_exhaustive]pub struct RejectAttachmentInput { /* private fields */ }
Implementations§
source§impl RejectAttachmentInput
impl RejectAttachmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RejectAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RejectAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RejectAttachmentInput
.
source§impl RejectAttachmentInput
impl RejectAttachmentInput
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the attachment.
Trait Implementations§
source§impl Clone for RejectAttachmentInput
impl Clone for RejectAttachmentInput
source§fn clone(&self) -> RejectAttachmentInput
fn clone(&self) -> RejectAttachmentInput
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 RejectAttachmentInput
impl Debug for RejectAttachmentInput
source§impl PartialEq<RejectAttachmentInput> for RejectAttachmentInput
impl PartialEq<RejectAttachmentInput> for RejectAttachmentInput
source§fn eq(&self, other: &RejectAttachmentInput) -> bool
fn eq(&self, other: &RejectAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.