Struct aws_sdk_support::output::AddAttachmentsToSetOutput
source · [−]#[non_exhaustive]pub struct AddAttachmentsToSetOutput { /* private fields */ }Expand description
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
Implementations
sourceimpl 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.
sourceimpl AddAttachmentsToSetOutput
impl AddAttachmentsToSetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddAttachmentsToSetOutput.
Trait Implementations
sourceimpl Clone for AddAttachmentsToSetOutput
impl Clone for AddAttachmentsToSetOutput
sourcefn clone(&self) -> AddAttachmentsToSetOutput
fn clone(&self) -> AddAttachmentsToSetOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AddAttachmentsToSetOutput
impl Debug for AddAttachmentsToSetOutput
sourceimpl PartialEq<AddAttachmentsToSetOutput> for AddAttachmentsToSetOutput
impl PartialEq<AddAttachmentsToSetOutput> for AddAttachmentsToSetOutput
sourcefn eq(&self, other: &AddAttachmentsToSetOutput) -> bool
fn eq(&self, other: &AddAttachmentsToSetOutput) -> bool
impl StructuralPartialEq for AddAttachmentsToSetOutput
Auto Trait Implementations
impl RefUnwindSafe for AddAttachmentsToSetOutput
impl Send for AddAttachmentsToSetOutput
impl Sync for AddAttachmentsToSetOutput
impl Unpin for AddAttachmentsToSetOutput
impl UnwindSafe for AddAttachmentsToSetOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more