Struct aws_sdk_entityresolution::operation::get_id_mapping_job::builders::GetIdMappingJobOutputBuilder
source · #[non_exhaustive]pub struct GetIdMappingJobOutputBuilder { /* private fields */ }
Expand description
A builder for GetIdMappingJobOutput
.
Implementations§
source§impl GetIdMappingJobOutputBuilder
impl GetIdMappingJobOutputBuilder
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: IdMappingJobMetrics) -> Self
pub fn metrics(self, input: IdMappingJobMetrics) -> 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<IdMappingJobMetrics>) -> Self
pub fn set_metrics(self, input: Option<IdMappingJobMetrics>) -> Self
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
sourcepub fn get_metrics(&self) -> &Option<IdMappingJobMetrics>
pub fn get_metrics(&self) -> &Option<IdMappingJobMetrics>
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 output_source_config(self, input: IdMappingJobOutputSource) -> Self
pub fn output_source_config(self, input: IdMappingJobOutputSource) -> Self
Appends an item to output_source_config
.
To override the contents of this collection use set_output_source_config
.
A list of OutputSource
objects.
sourcepub fn set_output_source_config(
self,
input: Option<Vec<IdMappingJobOutputSource>>
) -> Self
pub fn set_output_source_config( self, input: Option<Vec<IdMappingJobOutputSource>> ) -> Self
A list of OutputSource
objects.
sourcepub fn get_output_source_config(&self) -> &Option<Vec<IdMappingJobOutputSource>>
pub fn get_output_source_config(&self) -> &Option<Vec<IdMappingJobOutputSource>>
A list of OutputSource
objects.
sourcepub fn build(self) -> Result<GetIdMappingJobOutput, BuildError>
pub fn build(self) -> Result<GetIdMappingJobOutput, BuildError>
Consumes the builder and constructs a GetIdMappingJobOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetIdMappingJobOutputBuilder
impl Clone for GetIdMappingJobOutputBuilder
source§fn clone(&self) -> GetIdMappingJobOutputBuilder
fn clone(&self) -> GetIdMappingJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetIdMappingJobOutputBuilder
impl Debug for GetIdMappingJobOutputBuilder
source§impl Default for GetIdMappingJobOutputBuilder
impl Default for GetIdMappingJobOutputBuilder
source§fn default() -> GetIdMappingJobOutputBuilder
fn default() -> GetIdMappingJobOutputBuilder
source§impl PartialEq for GetIdMappingJobOutputBuilder
impl PartialEq for GetIdMappingJobOutputBuilder
source§fn eq(&self, other: &GetIdMappingJobOutputBuilder) -> bool
fn eq(&self, other: &GetIdMappingJobOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetIdMappingJobOutputBuilder
Auto Trait Implementations§
impl Freeze for GetIdMappingJobOutputBuilder
impl RefUnwindSafe for GetIdMappingJobOutputBuilder
impl Send for GetIdMappingJobOutputBuilder
impl Sync for GetIdMappingJobOutputBuilder
impl Unpin for GetIdMappingJobOutputBuilder
impl UnwindSafe for GetIdMappingJobOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more