@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutThirdPartyJobFailureResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a PutThirdPartyJobFailureResult action.
NOOP
Constructor and Description |
---|
PutThirdPartyJobFailureResultRequest() |
Modifier and Type | Method and Description |
---|---|
PutThirdPartyJobFailureResultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
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.
|
FailureDetails |
getFailureDetails()
Represents information about failure details.
|
String |
getJobId()
The ID of the job that failed.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
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.
|
void |
setFailureDetails(FailureDetails failureDetails)
Represents information about failure details.
|
void |
setJobId(String jobId)
The ID of the job that failed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutThirdPartyJobFailureResultRequest |
withClientToken(String clientToken)
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.
|
PutThirdPartyJobFailureResultRequest |
withFailureDetails(FailureDetails failureDetails)
Represents information about failure details.
|
PutThirdPartyJobFailureResultRequest |
withJobId(String jobId)
The ID of the job that failed.
|
addHandlerContext, 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, withSdkRequestTimeout
public PutThirdPartyJobFailureResultRequest()
public void setJobId(String jobId)
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.
jobId
- The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.public String getJobId()
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.
public PutThirdPartyJobFailureResultRequest withJobId(String jobId)
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.
jobId
- The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.public void setClientToken(String clientToken)
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.
clientToken
- 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.public String getClientToken()
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.
public PutThirdPartyJobFailureResultRequest withClientToken(String clientToken)
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.
clientToken
- 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.public void setFailureDetails(FailureDetails failureDetails)
Represents information about failure details.
failureDetails
- Represents information about failure details.public FailureDetails getFailureDetails()
Represents information about failure details.
public PutThirdPartyJobFailureResultRequest withFailureDetails(FailureDetails failureDetails)
Represents information about failure details.
failureDetails
- Represents information about failure details.public String toString()
toString
in class Object
Object.toString()
public PutThirdPartyJobFailureResultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.