@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcknowledgeJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an AcknowledgeJob action.
NOOP
Constructor and Description |
---|
AcknowledgeJobRequest() |
Modifier and Type | Method and Description |
---|---|
AcknowledgeJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The unique system-generated ID of the job for which you want to confirm receipt.
|
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 |
setJobId(String jobId)
The unique system-generated ID of the job for which you want to confirm receipt.
|
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.
|
AcknowledgeJobRequest |
withJobId(String jobId)
The unique system-generated ID of the job for which you want to confirm receipt.
|
AcknowledgeJobRequest |
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.
|
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 void setJobId(String jobId)
The unique system-generated ID of the job for which you want to confirm receipt.
jobId
- The unique system-generated ID of the job for which you want to confirm receipt.public String getJobId()
The unique system-generated ID of the job for which you want to confirm receipt.
public AcknowledgeJobRequest withJobId(String jobId)
The unique system-generated ID of the job for which you want to confirm receipt.
jobId
- The unique system-generated ID of the job for which you want to confirm receipt.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. Get this number from the response of the PollForJobs request that returned this job.
nonce
- A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by
only one job worker. Get this number from the response of the PollForJobs request that returned
this job.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. Get this number from the response of the PollForJobs request that returned this job.
public AcknowledgeJobRequest 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. Get this number from the response of the PollForJobs request that returned this job.
nonce
- A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by
only one job worker. Get this number from the response of the PollForJobs request that returned
this job.public String toString()
toString
in class Object
Object.toString()
public AcknowledgeJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.