#[non_exhaustive]pub struct PutThirdPartyJobFailureResultInput { /* private fields */ }
Expand description
Represents the input of a PutThirdPartyJobFailureResult
action.
Implementations§
source§impl PutThirdPartyJobFailureResultInput
impl PutThirdPartyJobFailureResultInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutThirdPartyJobFailureResult, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutThirdPartyJobFailureResult, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutThirdPartyJobFailureResult
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutThirdPartyJobFailureResultInput
.
source§impl PutThirdPartyJobFailureResultInput
impl PutThirdPartyJobFailureResultInput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs
.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
sourcepub fn failure_details(&self) -> Option<&FailureDetails>
pub fn failure_details(&self) -> Option<&FailureDetails>
Represents information about failure details.
Trait Implementations§
source§impl Clone for PutThirdPartyJobFailureResultInput
impl Clone for PutThirdPartyJobFailureResultInput
source§fn clone(&self) -> PutThirdPartyJobFailureResultInput
fn clone(&self) -> PutThirdPartyJobFailureResultInput
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 PartialEq<PutThirdPartyJobFailureResultInput> for PutThirdPartyJobFailureResultInput
impl PartialEq<PutThirdPartyJobFailureResultInput> for PutThirdPartyJobFailureResultInput
source§fn eq(&self, other: &PutThirdPartyJobFailureResultInput) -> bool
fn eq(&self, other: &PutThirdPartyJobFailureResultInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.