#[non_exhaustive]pub struct AddAttachmentsToSetOutput { /* private fields */ }Expand description
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
Implementations§
source§impl AddAttachmentsToSetOutput
impl AddAttachmentsToSetOutput
sourcepub fn attachment_set_id(&self) -> Option<&str>
pub fn attachment_set_id(&self) -> Option<&str>
The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.
sourcepub fn expiry_time(&self) -> Option<&str>
pub fn expiry_time(&self) -> Option<&str>
The time and date when the attachment set expires.
source§impl AddAttachmentsToSetOutput
impl AddAttachmentsToSetOutput
sourcepub fn builder() -> AddAttachmentsToSetOutputBuilder
pub fn builder() -> AddAttachmentsToSetOutputBuilder
Creates a new builder-style object to manufacture AddAttachmentsToSetOutput.
Trait Implementations§
source§impl Clone for AddAttachmentsToSetOutput
impl Clone for AddAttachmentsToSetOutput
source§fn clone(&self) -> AddAttachmentsToSetOutput
fn clone(&self) -> AddAttachmentsToSetOutput
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 AddAttachmentsToSetOutput
impl Debug for AddAttachmentsToSetOutput
source§impl PartialEq<AddAttachmentsToSetOutput> for AddAttachmentsToSetOutput
impl PartialEq<AddAttachmentsToSetOutput> for AddAttachmentsToSetOutput
source§fn eq(&self, other: &AddAttachmentsToSetOutput) -> bool
fn eq(&self, other: &AddAttachmentsToSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AddAttachmentsToSetOutput
impl RequestId for AddAttachmentsToSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.