Struct aws_sdk_entityresolution::operation::get_matching_job::builders::GetMatchingJobOutputBuilder
source · #[non_exhaustive]pub struct GetMatchingJobOutputBuilder { /* private fields */ }
Expand description
A builder for GetMatchingJobOutput
.
Implementations§
source§impl GetMatchingJobOutputBuilder
impl GetMatchingJobOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The ID of the job.
This field is required.sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The ID of the job.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The ID of the job.
sourcepub fn status(self, input: JobStatus) -> Self
pub fn status(self, input: JobStatus) -> Self
The current status of the job.
This field is required.sourcepub fn set_status(self, input: Option<JobStatus>) -> Self
pub fn set_status(self, input: Option<JobStatus>) -> Self
The current status of the job.
sourcepub fn get_status(&self) -> &Option<JobStatus>
pub fn get_status(&self) -> &Option<JobStatus>
The current status of the job.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The time at which the job was started.
This field is required.sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The time at which the job was started.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The time at which the job was started.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The time at which the job has finished.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The time at which the job has finished.
sourcepub fn metrics(self, input: JobMetrics) -> Self
pub fn metrics(self, input: JobMetrics) -> Self
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
sourcepub fn set_metrics(self, input: Option<JobMetrics>) -> Self
pub fn set_metrics(self, input: Option<JobMetrics>) -> Self
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
sourcepub fn get_metrics(&self) -> &Option<JobMetrics>
pub fn get_metrics(&self) -> &Option<JobMetrics>
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
sourcepub fn error_details(self, input: ErrorDetails) -> Self
pub fn error_details(self, input: ErrorDetails) -> Self
An object containing an error message, if there was an error.
sourcepub fn set_error_details(self, input: Option<ErrorDetails>) -> Self
pub fn set_error_details(self, input: Option<ErrorDetails>) -> Self
An object containing an error message, if there was an error.
sourcepub fn get_error_details(&self) -> &Option<ErrorDetails>
pub fn get_error_details(&self) -> &Option<ErrorDetails>
An object containing an error message, if there was an error.
sourcepub fn build(self) -> Result<GetMatchingJobOutput, BuildError>
pub fn build(self) -> Result<GetMatchingJobOutput, BuildError>
Consumes the builder and constructs a GetMatchingJobOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetMatchingJobOutputBuilder
impl Clone for GetMatchingJobOutputBuilder
source§fn clone(&self) -> GetMatchingJobOutputBuilder
fn clone(&self) -> GetMatchingJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetMatchingJobOutputBuilder
impl Debug for GetMatchingJobOutputBuilder
source§impl Default for GetMatchingJobOutputBuilder
impl Default for GetMatchingJobOutputBuilder
source§fn default() -> GetMatchingJobOutputBuilder
fn default() -> GetMatchingJobOutputBuilder
source§impl PartialEq for GetMatchingJobOutputBuilder
impl PartialEq for GetMatchingJobOutputBuilder
source§fn eq(&self, other: &GetMatchingJobOutputBuilder) -> bool
fn eq(&self, other: &GetMatchingJobOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.