Struct aws_sdk_entityresolution::operation::start_matching_job::builders::StartMatchingJobOutputBuilder
source · #[non_exhaustive]pub struct StartMatchingJobOutputBuilder { /* private fields */ }
Expand description
A builder for StartMatchingJobOutput
.
Implementations§
source§impl StartMatchingJobOutputBuilder
impl StartMatchingJobOutputBuilder
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 build(self) -> StartMatchingJobOutput
pub fn build(self) -> StartMatchingJobOutput
Consumes the builder and constructs a StartMatchingJobOutput
.
Trait Implementations§
source§impl Clone for StartMatchingJobOutputBuilder
impl Clone for StartMatchingJobOutputBuilder
source§fn clone(&self) -> StartMatchingJobOutputBuilder
fn clone(&self) -> StartMatchingJobOutputBuilder
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 Default for StartMatchingJobOutputBuilder
impl Default for StartMatchingJobOutputBuilder
source§fn default() -> StartMatchingJobOutputBuilder
fn default() -> StartMatchingJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartMatchingJobOutputBuilder
impl PartialEq for StartMatchingJobOutputBuilder
source§fn eq(&self, other: &StartMatchingJobOutputBuilder) -> bool
fn eq(&self, other: &StartMatchingJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartMatchingJobOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartMatchingJobOutputBuilder
impl Send for StartMatchingJobOutputBuilder
impl Sync for StartMatchingJobOutputBuilder
impl Unpin for StartMatchingJobOutputBuilder
impl UnwindSafe for StartMatchingJobOutputBuilder
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
Mutably borrows from an owned value. Read more