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