public class PutThirdPartyJobSuccessResultRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a put third party job success result 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 |
continuationToken
A token generated by a job worker, such as an AWS CodeDeploy deployment
ID, that a successful job provides to identify a partner action in
progress.
|
private CurrentRevision |
currentRevision |
private ExecutionDetails |
executionDetails |
private java.lang.String |
jobId
The ID of the job that successfully completed.
|
NOOP
Constructor and Description |
---|
PutThirdPartyJobSuccessResultRequest() |
Modifier and Type | Method and Description |
---|---|
PutThirdPartyJobSuccessResultRequest |
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 |
getContinuationToken()
A token generated by a job worker, such as an AWS CodeDeploy deployment
ID, that a successful job provides to identify a partner action in
progress.
|
CurrentRevision |
getCurrentRevision() |
ExecutionDetails |
getExecutionDetails() |
java.lang.String |
getJobId()
The ID of the job that successfully completed.
|
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 |
setContinuationToken(java.lang.String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment
ID, that a successful job provides to identify a partner action in
progress.
|
void |
setCurrentRevision(CurrentRevision currentRevision) |
void |
setExecutionDetails(ExecutionDetails executionDetails) |
void |
setJobId(java.lang.String jobId)
The ID of the job that successfully completed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutThirdPartyJobSuccessResultRequest |
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.
|
PutThirdPartyJobSuccessResultRequest |
withContinuationToken(java.lang.String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment
ID, that a successful job provides to identify a partner action in
progress.
|
PutThirdPartyJobSuccessResultRequest |
withCurrentRevision(CurrentRevision currentRevision) |
PutThirdPartyJobSuccessResultRequest |
withExecutionDetails(ExecutionDetails executionDetails) |
PutThirdPartyJobSuccessResultRequest |
withJobId(java.lang.String jobId)
The ID of the job that successfully completed.
|
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 ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
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 CurrentRevision currentRevision
private java.lang.String continuationToken
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner 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 partner action. When the action is complete, no continuation token should be supplied.
private ExecutionDetails executionDetails
public PutThirdPartyJobSuccessResultRequest()
public void setJobId(java.lang.String jobId)
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
jobId
- The ID of the job that successfully completed. This is the same ID
returned from PollForThirdPartyJobs.public java.lang.String getJobId()
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
public PutThirdPartyJobSuccessResultRequest withJobId(java.lang.String jobId)
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
jobId
- The ID of the job that successfully completed. This is the same ID
returned from PollForThirdPartyJobs.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 PutThirdPartyJobSuccessResultRequest 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 void setCurrentRevision(CurrentRevision currentRevision)
currentRevision
- public CurrentRevision getCurrentRevision()
public PutThirdPartyJobSuccessResultRequest withCurrentRevision(CurrentRevision currentRevision)
currentRevision
- public void setContinuationToken(java.lang.String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner 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 partner 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
partner 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
partner action. When the action is complete, no continuation token
should be supplied.public java.lang.String getContinuationToken()
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner 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 partner action. When the action is complete, no continuation token should be supplied.
public PutThirdPartyJobSuccessResultRequest withContinuationToken(java.lang.String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner 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 partner 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
partner 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
partner action. When the action is complete, no continuation token
should be supplied.public void setExecutionDetails(ExecutionDetails executionDetails)
executionDetails
- public ExecutionDetails getExecutionDetails()
public PutThirdPartyJobSuccessResultRequest withExecutionDetails(ExecutionDetails executionDetails)
executionDetails
- 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 PutThirdPartyJobSuccessResultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()