Struct aws_sdk_s3control::input::UpdateJobPriorityInput
source · #[non_exhaustive]pub struct UpdateJobPriorityInput { /* private fields */ }Implementations§
source§impl UpdateJobPriorityInput
impl UpdateJobPriorityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobPriority, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobPriority, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateJobPriority>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateJobPriorityInput.
Trait Implementations§
source§impl Clone for UpdateJobPriorityInput
impl Clone for UpdateJobPriorityInput
source§fn clone(&self) -> UpdateJobPriorityInput
fn clone(&self) -> UpdateJobPriorityInput
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 UpdateJobPriorityInput
impl Debug for UpdateJobPriorityInput
source§impl PartialEq<UpdateJobPriorityInput> for UpdateJobPriorityInput
impl PartialEq<UpdateJobPriorityInput> for UpdateJobPriorityInput
source§fn eq(&self, other: &UpdateJobPriorityInput) -> bool
fn eq(&self, other: &UpdateJobPriorityInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.