public class AcknowledgeThirdPartyJobRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of an acknowledge third party job action.
Modifier and Type | Field and Description |
---|---|
private java.lang.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.
|
private java.lang.String |
jobId
The unique system-generated ID of the job.
|
private java.lang.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.
|
NOOP
Constructor and Description |
---|
AcknowledgeThirdPartyJobRequest() |
Modifier and Type | Method and Description |
---|---|
AcknowledgeThirdPartyJobRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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.
|
java.lang.String |
getJobId()
The unique system-generated ID of the job.
|
java.lang.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(java.lang.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(java.lang.String jobId)
The unique system-generated ID of the job.
|
void |
setNonce(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AcknowledgeThirdPartyJobRequest |
withClientToken(java.lang.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(java.lang.String jobId)
The unique system-generated ID of the job.
|
AcknowledgeThirdPartyJobRequest |
withNonce(java.lang.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, withSdkRequestTimeout
private java.lang.String jobId
The unique system-generated ID of the job.
private java.lang.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.
private java.lang.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.
public void setJobId(java.lang.String jobId)
The unique system-generated ID of the job.
jobId
- The unique system-generated ID of the job.public java.lang.String getJobId()
The unique system-generated ID of the job.
public AcknowledgeThirdPartyJobRequest withJobId(java.lang.String jobId)
The unique system-generated ID of the job.
jobId
- The unique system-generated ID of the job.public void setNonce(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AcknowledgeThirdPartyJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()