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