#[non_exhaustive]pub struct StartTableDataImportJobOutput { /* private fields */ }
Implementations
sourceimpl StartTableDataImportJobOutput
impl StartTableDataImportJobOutput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
sourcepub fn job_status(&self) -> Option<&TableDataImportJobStatus>
pub fn job_status(&self) -> Option<&TableDataImportJobStatus>
The status of the import job immediately after submitting the request.
sourceimpl StartTableDataImportJobOutput
impl StartTableDataImportJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartTableDataImportJobOutput
.
Trait Implementations
sourceimpl Clone for StartTableDataImportJobOutput
impl Clone for StartTableDataImportJobOutput
sourcefn clone(&self) -> StartTableDataImportJobOutput
fn clone(&self) -> StartTableDataImportJobOutput
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 StartTableDataImportJobOutput
impl Debug for StartTableDataImportJobOutput
sourceimpl PartialEq<StartTableDataImportJobOutput> for StartTableDataImportJobOutput
impl PartialEq<StartTableDataImportJobOutput> for StartTableDataImportJobOutput
sourcefn eq(&self, other: &StartTableDataImportJobOutput) -> bool
fn eq(&self, other: &StartTableDataImportJobOutput) -> bool
impl StructuralPartialEq for StartTableDataImportJobOutput
Auto Trait Implementations
impl RefUnwindSafe for StartTableDataImportJobOutput
impl Send for StartTableDataImportJobOutput
impl Sync for StartTableDataImportJobOutput
impl Unpin for StartTableDataImportJobOutput
impl UnwindSafe for StartTableDataImportJobOutput
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