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