Struct aws_sdk_iottwinmaker::types::SyncJobStatus
source · #[non_exhaustive]pub struct SyncJobStatus { /* private fields */ }Expand description
The SyncJob status.
Implementations§
source§impl SyncJobStatus
impl SyncJobStatus
sourcepub fn state(&self) -> Option<&SyncJobState>
pub fn state(&self) -> Option<&SyncJobState>
The SyncJob status state.
sourcepub fn error(&self) -> Option<&ErrorDetails>
pub fn error(&self) -> Option<&ErrorDetails>
The SyncJob error.
source§impl SyncJobStatus
impl SyncJobStatus
sourcepub fn builder() -> SyncJobStatusBuilder
pub fn builder() -> SyncJobStatusBuilder
Creates a new builder-style object to manufacture SyncJobStatus.
Trait Implementations§
source§impl Clone for SyncJobStatus
impl Clone for SyncJobStatus
source§fn clone(&self) -> SyncJobStatus
fn clone(&self) -> SyncJobStatus
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 SyncJobStatus
impl Debug for SyncJobStatus
source§impl PartialEq<SyncJobStatus> for SyncJobStatus
impl PartialEq<SyncJobStatus> for SyncJobStatus
source§fn eq(&self, other: &SyncJobStatus) -> bool
fn eq(&self, other: &SyncJobStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.