Class PutThirdPartyJobSuccessResultRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.codepipeline.model.PutThirdPartyJobSuccessResultRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class PutThirdPartyJobSuccessResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a put third party job success result action.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description PutThirdPartyJobSuccessResultRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutThirdPartyJobSuccessResultRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetClientToken()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.StringgetContinuationToken()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.CurrentRevisiongetCurrentRevision()ExecutionDetailsgetExecutionDetails()StringgetJobId()The ID of the job that successfully completed.inthashCode()voidsetClientToken(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.voidsetContinuationToken(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.voidsetCurrentRevision(CurrentRevision currentRevision)voidsetExecutionDetails(ExecutionDetails executionDetails)voidsetJobId(String jobId)The ID of the job that successfully completed.StringtoString()Returns a string representation of this object; useful for testing and debugging.PutThirdPartyJobSuccessResultRequestwithClientToken(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.PutThirdPartyJobSuccessResultRequestwithContinuationToken(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.PutThirdPartyJobSuccessResultRequestwithCurrentRevision(CurrentRevision currentRevision)PutThirdPartyJobSuccessResultRequestwithExecutionDetails(ExecutionDetails executionDetails)PutThirdPartyJobSuccessResultRequestwithJobId(String jobId)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
-
-
-
-
Method Detail
-
setJobId
public void setJobId(String jobId)
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
public String 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
public PutThirdPartyJobSuccessResultRequest withJobId(String jobId)
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
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.
- 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
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.
- 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
public PutThirdPartyJobSuccessResultRequest 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.
- 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
public void setCurrentRevision(CurrentRevision currentRevision)
- Parameters:
currentRevision-
-
getCurrentRevision
public CurrentRevision getCurrentRevision()
- Returns:
-
withCurrentRevision
public PutThirdPartyJobSuccessResultRequest withCurrentRevision(CurrentRevision currentRevision)
- Parameters:
currentRevision-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setContinuationToken
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 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
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 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
public PutThirdPartyJobSuccessResultRequest 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. 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
public void setExecutionDetails(ExecutionDetails executionDetails)
- Parameters:
executionDetails-
-
getExecutionDetails
public ExecutionDetails getExecutionDetails()
- Returns:
-
withExecutionDetails
public PutThirdPartyJobSuccessResultRequest withExecutionDetails(ExecutionDetails executionDetails)
- Parameters:
executionDetails-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public PutThirdPartyJobSuccessResultRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-