@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutJobFailureResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a PutJobFailureResult action.
NOOP| Constructor and Description | 
|---|
PutJobFailureResultRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
PutJobFailureResultRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
FailureDetails | 
getFailureDetails()
 The details about the failure of a job. 
 | 
String | 
getJobId()
 The unique system-generated ID of the job that failed. 
 | 
int | 
hashCode()  | 
void | 
setFailureDetails(FailureDetails failureDetails)
 The details about the failure of a job. 
 | 
void | 
setJobId(String jobId)
 The unique system-generated ID of the job that failed. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
PutJobFailureResultRequest | 
withFailureDetails(FailureDetails failureDetails)
 The details about the failure of a job. 
 | 
PutJobFailureResultRequest | 
withJobId(String jobId)
 The unique system-generated ID of the job that failed. 
 | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setJobId(String jobId)
The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.
jobId - The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.public String getJobId()
The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.
public PutJobFailureResultRequest withJobId(String jobId)
The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.
jobId - The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.public void setFailureDetails(FailureDetails failureDetails)
The details about the failure of a job.
failureDetails - The details about the failure of a job.public FailureDetails getFailureDetails()
The details about the failure of a job.
public PutJobFailureResultRequest withFailureDetails(FailureDetails failureDetails)
The details about the failure of a job.
failureDetails - The details about the failure of a job.public String toString()
toString in class ObjectObject.toString()public PutJobFailureResultRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.