Struct aws_sdk_personalize::operation::describe_batch_segment_job::builders::DescribeBatchSegmentJobOutputBuilder
source · #[non_exhaustive]pub struct DescribeBatchSegmentJobOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeBatchSegmentJobOutput
.
Implementations§
source§impl DescribeBatchSegmentJobOutputBuilder
impl DescribeBatchSegmentJobOutputBuilder
sourcepub fn batch_segment_job(self, input: BatchSegmentJob) -> Self
pub fn batch_segment_job(self, input: BatchSegmentJob) -> Self
Information on the specified batch segment job.
sourcepub fn set_batch_segment_job(self, input: Option<BatchSegmentJob>) -> Self
pub fn set_batch_segment_job(self, input: Option<BatchSegmentJob>) -> Self
Information on the specified batch segment job.
sourcepub fn get_batch_segment_job(&self) -> &Option<BatchSegmentJob>
pub fn get_batch_segment_job(&self) -> &Option<BatchSegmentJob>
Information on the specified batch segment job.
sourcepub fn build(self) -> DescribeBatchSegmentJobOutput
pub fn build(self) -> DescribeBatchSegmentJobOutput
Consumes the builder and constructs a DescribeBatchSegmentJobOutput
.
Trait Implementations§
source§impl Clone for DescribeBatchSegmentJobOutputBuilder
impl Clone for DescribeBatchSegmentJobOutputBuilder
source§fn clone(&self) -> DescribeBatchSegmentJobOutputBuilder
fn clone(&self) -> DescribeBatchSegmentJobOutputBuilder
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 DescribeBatchSegmentJobOutputBuilder
impl Default for DescribeBatchSegmentJobOutputBuilder
source§fn default() -> DescribeBatchSegmentJobOutputBuilder
fn default() -> DescribeBatchSegmentJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeBatchSegmentJobOutputBuilder
impl PartialEq for DescribeBatchSegmentJobOutputBuilder
source§fn eq(&self, other: &DescribeBatchSegmentJobOutputBuilder) -> bool
fn eq(&self, other: &DescribeBatchSegmentJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeBatchSegmentJobOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeBatchSegmentJobOutputBuilder
impl RefUnwindSafe for DescribeBatchSegmentJobOutputBuilder
impl Send for DescribeBatchSegmentJobOutputBuilder
impl Sync for DescribeBatchSegmentJobOutputBuilder
impl Unpin for DescribeBatchSegmentJobOutputBuilder
impl UnwindSafe for DescribeBatchSegmentJobOutputBuilder
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
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>
Creates a shared type from an unshared type.