Struct aws_sdk_s3control::operation::update_job_status::builders::UpdateJobStatusOutputBuilder
source · #[non_exhaustive]pub struct UpdateJobStatusOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateJobStatusOutput
.
Implementations§
source§impl UpdateJobStatusOutputBuilder
impl UpdateJobStatusOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The ID for the job whose status was updated.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The ID for the job whose status was updated.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The ID for the job whose status was updated.
sourcepub fn set_status(self, input: Option<JobStatus>) -> Self
pub fn set_status(self, input: Option<JobStatus>) -> Self
The current status for the specified job.
sourcepub fn get_status(&self) -> &Option<JobStatus>
pub fn get_status(&self) -> &Option<JobStatus>
The current status for the specified job.
sourcepub fn status_update_reason(self, input: impl Into<String>) -> Self
pub fn status_update_reason(self, input: impl Into<String>) -> Self
The reason that the specified job's status was updated.
sourcepub fn set_status_update_reason(self, input: Option<String>) -> Self
pub fn set_status_update_reason(self, input: Option<String>) -> Self
The reason that the specified job's status was updated.
sourcepub fn get_status_update_reason(&self) -> &Option<String>
pub fn get_status_update_reason(&self) -> &Option<String>
The reason that the specified job's status was updated.
sourcepub fn build(self) -> UpdateJobStatusOutput
pub fn build(self) -> UpdateJobStatusOutput
Consumes the builder and constructs a UpdateJobStatusOutput
.
Trait Implementations§
source§impl Clone for UpdateJobStatusOutputBuilder
impl Clone for UpdateJobStatusOutputBuilder
source§fn clone(&self) -> UpdateJobStatusOutputBuilder
fn clone(&self) -> UpdateJobStatusOutputBuilder
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 UpdateJobStatusOutputBuilder
impl Debug for UpdateJobStatusOutputBuilder
source§impl Default for UpdateJobStatusOutputBuilder
impl Default for UpdateJobStatusOutputBuilder
source§fn default() -> UpdateJobStatusOutputBuilder
fn default() -> UpdateJobStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateJobStatusOutputBuilder
impl PartialEq for UpdateJobStatusOutputBuilder
source§fn eq(&self, other: &UpdateJobStatusOutputBuilder) -> bool
fn eq(&self, other: &UpdateJobStatusOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateJobStatusOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateJobStatusOutputBuilder
impl Send for UpdateJobStatusOutputBuilder
impl Sync for UpdateJobStatusOutputBuilder
impl Unpin for UpdateJobStatusOutputBuilder
impl UnwindSafe for UpdateJobStatusOutputBuilder
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.