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()
Creates a shallow clone of this request.
|
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, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public AcknowledgeThirdPartyJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.