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