#[non_exhaustive]pub struct GetConnectAttachmentInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetConnectAttachmentInput
.
source§impl GetConnectAttachmentInput
impl GetConnectAttachmentInput
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 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 ==
.