Struct aws_sdk_iot::types::TransferData
source · #[non_exhaustive]pub struct TransferData { /* private fields */ }
Expand description
Data used to transfer a certificate to an Amazon Web Services account.
Implementations§
source§impl TransferData
impl TransferData
sourcepub fn transfer_message(&self) -> Option<&str>
pub fn transfer_message(&self) -> Option<&str>
The transfer message.
sourcepub fn reject_reason(&self) -> Option<&str>
pub fn reject_reason(&self) -> Option<&str>
The reason why the transfer was rejected.
sourcepub fn transfer_date(&self) -> Option<&DateTime>
pub fn transfer_date(&self) -> Option<&DateTime>
The date the transfer took place.
sourcepub fn accept_date(&self) -> Option<&DateTime>
pub fn accept_date(&self) -> Option<&DateTime>
The date the transfer was accepted.
sourcepub fn reject_date(&self) -> Option<&DateTime>
pub fn reject_date(&self) -> Option<&DateTime>
The date the transfer was rejected.
source§impl TransferData
impl TransferData
sourcepub fn builder() -> TransferDataBuilder
pub fn builder() -> TransferDataBuilder
Creates a new builder-style object to manufacture TransferData
.
Trait Implementations§
source§impl Clone for TransferData
impl Clone for TransferData
source§fn clone(&self) -> TransferData
fn clone(&self) -> TransferData
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 TransferData
impl Debug for TransferData
source§impl PartialEq<TransferData> for TransferData
impl PartialEq<TransferData> for TransferData
source§fn eq(&self, other: &TransferData) -> bool
fn eq(&self, other: &TransferData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.