Class PutThirdPartyJobSuccessResultRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a put third party job success result action.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
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.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.getJobId()
The ID of the job that successfully completed.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
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 partner action in progress.void
setCurrentRevision
(CurrentRevision currentRevision) void
setExecutionDetails
(ExecutionDetails executionDetails) void
The ID of the job that successfully completed.toString()
Returns a string representation of this object; useful for testing and debugging.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.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 partner action in progress.withCurrentRevision
(CurrentRevision currentRevision) withExecutionDetails
(ExecutionDetails executionDetails) The ID of the job that successfully completed.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
PutThirdPartyJobSuccessResultRequest
public PutThirdPartyJobSuccessResultRequest()
-
-
Method Details
-
setJobId
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
- Parameters:
jobId
- The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
-
getJobId
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
- Returns:
- The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
-
withJobId
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
- Parameters:
jobId
- The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientToken
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withClientToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCurrentRevision
- Parameters:
currentRevision
-
-
getCurrentRevision
- Returns:
-
withCurrentRevision
- Parameters:
currentRevision
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setContinuationToken
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withContinuationToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutionDetails
- Parameters:
executionDetails
-
-
getExecutionDetails
- Returns:
-
withExecutionDetails
- Parameters:
executionDetails
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-