#[non_exhaustive]pub struct PutThirdPartyJobFailureResultInput { /* private fields */ }
Expand description
Represents the input of a PutThirdPartyJobFailureResult
action.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for PutThirdPartyJobFailureResultInput
impl Clone for PutThirdPartyJobFailureResultInput
sourcefn clone(&self) -> PutThirdPartyJobFailureResultInput
fn clone(&self) -> PutThirdPartyJobFailureResultInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<PutThirdPartyJobFailureResultInput> for PutThirdPartyJobFailureResultInput
impl PartialEq<PutThirdPartyJobFailureResultInput> for PutThirdPartyJobFailureResultInput
sourcefn eq(&self, other: &PutThirdPartyJobFailureResultInput) -> bool
fn eq(&self, other: &PutThirdPartyJobFailureResultInput) -> bool
impl StructuralPartialEq for PutThirdPartyJobFailureResultInput
Auto Trait Implementations
impl RefUnwindSafe for PutThirdPartyJobFailureResultInput
impl Send for PutThirdPartyJobFailureResultInput
impl Sync for PutThirdPartyJobFailureResultInput
impl Unpin for PutThirdPartyJobFailureResultInput
impl UnwindSafe for PutThirdPartyJobFailureResultInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more