#[non_exhaustive]pub struct StartReferenceImportJobOutput { /* private fields */ }
Implementations§
source§impl StartReferenceImportJobOutput
impl StartReferenceImportJobOutput
sourcepub fn reference_store_id(&self) -> Option<&str>
pub fn reference_store_id(&self) -> Option<&str>
The job's reference store ID.
sourcepub fn status(&self) -> Option<&ReferenceImportJobStatus>
pub fn status(&self) -> Option<&ReferenceImportJobStatus>
The job's status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the job was created.
source§impl StartReferenceImportJobOutput
impl StartReferenceImportJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartReferenceImportJobOutput
.
Trait Implementations§
source§impl Clone for StartReferenceImportJobOutput
impl Clone for StartReferenceImportJobOutput
source§fn clone(&self) -> StartReferenceImportJobOutput
fn clone(&self) -> StartReferenceImportJobOutput
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 PartialEq<StartReferenceImportJobOutput> for StartReferenceImportJobOutput
impl PartialEq<StartReferenceImportJobOutput> for StartReferenceImportJobOutput
source§fn eq(&self, other: &StartReferenceImportJobOutput) -> bool
fn eq(&self, other: &StartReferenceImportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.