public class AcknowledgeThirdPartyJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an acknowledge third party job action.
NOOP| Constructor and Description | 
|---|
| AcknowledgeThirdPartyJobRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AcknowledgeThirdPartyJobRequest | clone() | 
| 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. | 
| String | getJobId()
 The unique system-generated ID of the job. | 
| String | getNonce()
 A system-generated random number that AWS CodePipeline uses to ensure
 that the job is being worked on by only one job worker. | 
| 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 | setJobId(String jobId)
 The unique system-generated ID of the job. | 
| void | setNonce(String nonce)
 A system-generated random number that AWS CodePipeline uses to ensure
 that the job is being worked on by only one job worker. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| AcknowledgeThirdPartyJobRequest | 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. | 
| AcknowledgeThirdPartyJobRequest | withJobId(String jobId)
 The unique system-generated ID of the job. | 
| AcknowledgeThirdPartyJobRequest | withNonce(String nonce)
 A system-generated random number that AWS CodePipeline uses to ensure
 that the job is being worked on by only one job worker. | 
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setJobId(String jobId)
The unique system-generated ID of the job.
jobId - The unique system-generated ID of the job.public String getJobId()
The unique system-generated ID of the job.
public AcknowledgeThirdPartyJobRequest withJobId(String jobId)
The unique system-generated ID of the job.
jobId - The unique system-generated ID of the job.public void setNonce(String nonce)
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. This number must be returned in the response.
nonce - A system-generated random number that AWS CodePipeline uses to
        ensure that the job is being worked on by only one job worker.
        This number must be returned in the response.public String getNonce()
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. This number must be returned in the response.
public AcknowledgeThirdPartyJobRequest withNonce(String nonce)
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. This number must be returned in the response.
nonce - A system-generated random number that AWS CodePipeline uses to
        ensure that the job is being worked on by only one job worker.
        This number must be returned in the response.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 AcknowledgeThirdPartyJobRequest 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 String toString()
toString in class ObjectObject.toString()public AcknowledgeThirdPartyJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.