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