Struct aws_sdk_support::operation::describe_attachment::builders::DescribeAttachmentInputBuilder
source · #[non_exhaustive]pub struct DescribeAttachmentInputBuilder { /* private fields */ }
Expand description
A builder for DescribeAttachmentInput
.
Implementations§
source§impl DescribeAttachmentInputBuilder
impl DescribeAttachmentInputBuilder
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 return. Attachment IDs are returned by the DescribeCommunications
operation.
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 return. Attachment IDs are returned by the DescribeCommunications
operation.
sourcepub fn get_attachment_id(&self) -> &Option<String>
pub fn get_attachment_id(&self) -> &Option<String>
The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications
operation.
sourcepub fn build(self) -> Result<DescribeAttachmentInput, BuildError>
pub fn build(self) -> Result<DescribeAttachmentInput, BuildError>
Consumes the builder and constructs a DescribeAttachmentInput
.
source§impl DescribeAttachmentInputBuilder
impl DescribeAttachmentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeAttachmentOutput, SdkError<DescribeAttachmentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeAttachmentOutput, SdkError<DescribeAttachmentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeAttachmentInputBuilder
impl Clone for DescribeAttachmentInputBuilder
source§fn clone(&self) -> DescribeAttachmentInputBuilder
fn clone(&self) -> DescribeAttachmentInputBuilder
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 DescribeAttachmentInputBuilder
impl Default for DescribeAttachmentInputBuilder
source§fn default() -> DescribeAttachmentInputBuilder
fn default() -> DescribeAttachmentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeAttachmentInputBuilder
impl PartialEq for DescribeAttachmentInputBuilder
source§fn eq(&self, other: &DescribeAttachmentInputBuilder) -> bool
fn eq(&self, other: &DescribeAttachmentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeAttachmentInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeAttachmentInputBuilder
impl RefUnwindSafe for DescribeAttachmentInputBuilder
impl Send for DescribeAttachmentInputBuilder
impl Sync for DescribeAttachmentInputBuilder
impl Unpin for DescribeAttachmentInputBuilder
impl UnwindSafe for DescribeAttachmentInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.