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