Struct aws_sdk_sesv2::operation::get_import_job::GetImportJobOutput
source · #[non_exhaustive]pub struct GetImportJobOutput { /* private fields */ }Expand description
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Implementations§
source§impl GetImportJobOutput
impl GetImportJobOutput
sourcepub fn import_destination(&self) -> Option<&ImportDestination>
pub fn import_destination(&self) -> Option<&ImportDestination>
The destination of the import job.
sourcepub fn import_data_source(&self) -> Option<&ImportDataSource>
pub fn import_data_source(&self) -> Option<&ImportDataSource>
The data source of the import job.
sourcepub fn failure_info(&self) -> Option<&FailureInfo>
pub fn failure_info(&self) -> Option<&FailureInfo>
The failure details about an import job.
sourcepub fn job_status(&self) -> Option<&JobStatus>
pub fn job_status(&self) -> Option<&JobStatus>
The status of the import job.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time stamp of when the import job was created.
sourcepub fn completed_timestamp(&self) -> Option<&DateTime>
pub fn completed_timestamp(&self) -> Option<&DateTime>
The time stamp of when the import job was completed.
sourcepub fn processed_records_count(&self) -> Option<i32>
pub fn processed_records_count(&self) -> Option<i32>
The current number of records processed.
sourcepub fn failed_records_count(&self) -> Option<i32>
pub fn failed_records_count(&self) -> Option<i32>
The number of records that failed processing because of invalid input or other reasons.
source§impl GetImportJobOutput
impl GetImportJobOutput
sourcepub fn builder() -> GetImportJobOutputBuilder
pub fn builder() -> GetImportJobOutputBuilder
Creates a new builder-style object to manufacture GetImportJobOutput.
Trait Implementations§
source§impl Clone for GetImportJobOutput
impl Clone for GetImportJobOutput
source§fn clone(&self) -> GetImportJobOutput
fn clone(&self) -> GetImportJobOutput
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 GetImportJobOutput
impl Debug for GetImportJobOutput
source§impl PartialEq<GetImportJobOutput> for GetImportJobOutput
impl PartialEq<GetImportJobOutput> for GetImportJobOutput
source§fn eq(&self, other: &GetImportJobOutput) -> bool
fn eq(&self, other: &GetImportJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetImportJobOutput
impl RequestId for GetImportJobOutput
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.