Struct aws_sdk_s3control::input::UpdateJobStatusInput
source · #[non_exhaustive]pub struct UpdateJobStatusInput { /* private fields */ }Implementations§
source§impl UpdateJobStatusInput
impl UpdateJobStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateJobStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateJobStatusInput.
source§impl UpdateJobStatusInput
impl UpdateJobStatusInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the S3 Batch Operations job.
sourcepub fn requested_job_status(&self) -> Option<&RequestedJobStatus>
pub fn requested_job_status(&self) -> Option<&RequestedJobStatus>
The status that you want to move the specified job to.
sourcepub fn status_update_reason(&self) -> Option<&str>
pub fn status_update_reason(&self) -> Option<&str>
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
Trait Implementations§
source§impl Clone for UpdateJobStatusInput
impl Clone for UpdateJobStatusInput
source§fn clone(&self) -> UpdateJobStatusInput
fn clone(&self) -> UpdateJobStatusInput
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 UpdateJobStatusInput
impl Debug for UpdateJobStatusInput
source§impl PartialEq<UpdateJobStatusInput> for UpdateJobStatusInput
impl PartialEq<UpdateJobStatusInput> for UpdateJobStatusInput
source§fn eq(&self, other: &UpdateJobStatusInput) -> bool
fn eq(&self, other: &UpdateJobStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.