Struct aws_sdk_amplify::operation::start_job::builders::StartJobOutputBuilder
source · #[non_exhaustive]pub struct StartJobOutputBuilder { /* private fields */ }Expand description
A builder for StartJobOutput.
Implementations§
source§impl StartJobOutputBuilder
impl StartJobOutputBuilder
sourcepub fn job_summary(self, input: JobSummary) -> Self
pub fn job_summary(self, input: JobSummary) -> Self
The summary for the job.
This field is required.sourcepub fn set_job_summary(self, input: Option<JobSummary>) -> Self
pub fn set_job_summary(self, input: Option<JobSummary>) -> Self
The summary for the job.
sourcepub fn get_job_summary(&self) -> &Option<JobSummary>
pub fn get_job_summary(&self) -> &Option<JobSummary>
The summary for the job.
sourcepub fn build(self) -> StartJobOutput
pub fn build(self) -> StartJobOutput
Consumes the builder and constructs a StartJobOutput.
Trait Implementations§
source§impl Clone for StartJobOutputBuilder
impl Clone for StartJobOutputBuilder
source§fn clone(&self) -> StartJobOutputBuilder
fn clone(&self) -> StartJobOutputBuilder
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 StartJobOutputBuilder
impl Debug for StartJobOutputBuilder
source§impl Default for StartJobOutputBuilder
impl Default for StartJobOutputBuilder
source§fn default() -> StartJobOutputBuilder
fn default() -> StartJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartJobOutputBuilder
impl PartialEq for StartJobOutputBuilder
impl StructuralPartialEq for StartJobOutputBuilder
Auto Trait Implementations§
impl Freeze for StartJobOutputBuilder
impl RefUnwindSafe for StartJobOutputBuilder
impl Send for StartJobOutputBuilder
impl Sync for StartJobOutputBuilder
impl Unpin for StartJobOutputBuilder
impl UnwindSafe for StartJobOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
Converts
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>
Converts
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 moreCreates a shared type from an unshared type.