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 build(self) -> Result<DescribeAttachmentInput, BuildError>
pub fn build(self) -> Result<DescribeAttachmentInput, BuildError>
Consumes the builder and constructs a DescribeAttachmentInput.
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<DescribeAttachmentInputBuilder> for DescribeAttachmentInputBuilder
impl PartialEq<DescribeAttachmentInputBuilder> 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 ==.