Struct aws_sdk_honeycode::operation::start_table_data_import_job::StartTableDataImportJobOutput
source · #[non_exhaustive]pub struct StartTableDataImportJobOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl StartTableDataImportJobOutput
impl StartTableDataImportJobOutput
sourcepub fn builder() -> StartTableDataImportJobOutputBuilder
pub fn builder() -> StartTableDataImportJobOutputBuilder
Creates a new builder-style object to manufacture StartTableDataImportJobOutput
.
Trait Implementations§
source§impl Clone for StartTableDataImportJobOutput
impl Clone for StartTableDataImportJobOutput
source§fn clone(&self) -> StartTableDataImportJobOutput
fn clone(&self) -> StartTableDataImportJobOutput
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<StartTableDataImportJobOutput> for StartTableDataImportJobOutput
impl PartialEq<StartTableDataImportJobOutput> for StartTableDataImportJobOutput
source§fn eq(&self, other: &StartTableDataImportJobOutput) -> bool
fn eq(&self, other: &StartTableDataImportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartTableDataImportJobOutput
impl RequestId for StartTableDataImportJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.