public class PutJobSuccessResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a put job success result action.
NOOP| Constructor and Description | 
|---|
| PutJobSuccessResultRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutJobSuccessResultRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getContinuationToken()
 A token generated by a job worker, such as an AWS CodeDeploy deployment
 ID, that a successful job provides to identify a custom action in
 progress. | 
| CurrentRevision | getCurrentRevision()
 The ID of the current revision of the artifact successfully worked upon
 by the job. | 
| ExecutionDetails | getExecutionDetails()
 The execution details of the successful job, such as the actions taken by
 the job worker. | 
| String | getJobId()
 The unique system-generated ID of the job that succeeded. | 
| int | hashCode() | 
| void | setContinuationToken(String continuationToken)
 A token generated by a job worker, such as an AWS CodeDeploy deployment
 ID, that a successful job provides to identify a custom action in
 progress. | 
| void | setCurrentRevision(CurrentRevision currentRevision)
 The ID of the current revision of the artifact successfully worked upon
 by the job. | 
| void | setExecutionDetails(ExecutionDetails executionDetails)
 The execution details of the successful job, such as the actions taken by
 the job worker. | 
| void | setJobId(String jobId)
 The unique system-generated ID of the job that succeeded. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| PutJobSuccessResultRequest | withContinuationToken(String continuationToken)
 A token generated by a job worker, such as an AWS CodeDeploy deployment
 ID, that a successful job provides to identify a custom action in
 progress. | 
| PutJobSuccessResultRequest | withCurrentRevision(CurrentRevision currentRevision)
 The ID of the current revision of the artifact successfully worked upon
 by the job. | 
| PutJobSuccessResultRequest | withExecutionDetails(ExecutionDetails executionDetails)
 The execution details of the successful job, such as the actions taken by
 the job worker. | 
| PutJobSuccessResultRequest | withJobId(String jobId)
 The unique system-generated ID of the job that succeeded. | 
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 that succeeded. This is the same ID returned from PollForJobs.
jobId - The unique system-generated ID of the job that succeeded. This is
        the same ID returned from PollForJobs.public String getJobId()
The unique system-generated ID of the job that succeeded. This is the same ID returned from PollForJobs.
public PutJobSuccessResultRequest withJobId(String jobId)
The unique system-generated ID of the job that succeeded. This is the same ID returned from PollForJobs.
jobId - The unique system-generated ID of the job that succeeded. This is
        the same ID returned from PollForJobs.public void setCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon by the job.
currentRevision - The ID of the current revision of the artifact successfully worked
        upon by the job.public CurrentRevision getCurrentRevision()
The ID of the current revision of the artifact successfully worked upon by the job.
public PutJobSuccessResultRequest withCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon by the job.
currentRevision - The ID of the current revision of the artifact successfully worked
        upon by the job.public void setContinuationToken(String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a custom action in progress. Future jobs will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the custom action. When the action is complete, no continuation token should be supplied.
continuationToken - A token generated by a job worker, such as an AWS CodeDeploy
        deployment ID, that a successful job provides to identify a custom
        action in progress. Future jobs will use this token in order to
        identify the running instance of the action. It can be reused to
        return additional information about the progress of the custom
        action. When the action is complete, no continuation token should
        be supplied.public String getContinuationToken()
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a custom action in progress. Future jobs will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the custom action. When the action is complete, no continuation token should be supplied.
public PutJobSuccessResultRequest withContinuationToken(String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a custom action in progress. Future jobs will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the custom action. When the action is complete, no continuation token should be supplied.
continuationToken - A token generated by a job worker, such as an AWS CodeDeploy
        deployment ID, that a successful job provides to identify a custom
        action in progress. Future jobs will use this token in order to
        identify the running instance of the action. It can be reused to
        return additional information about the progress of the custom
        action. When the action is complete, no continuation token should
        be supplied.public void setExecutionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
executionDetails - The execution details of the successful job, such as the actions
        taken by the job worker.public ExecutionDetails getExecutionDetails()
The execution details of the successful job, such as the actions taken by the job worker.
public PutJobSuccessResultRequest withExecutionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
executionDetails - The execution details of the successful job, such as the actions
        taken by the job worker.public String toString()
toString in class ObjectObject.toString()public PutJobSuccessResultRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.