Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
@Generated("software.amazon.awssdk:codegen") public class PutThirdPartyJobSuccessResultRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
Represents the input of a put third party job success result action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutThirdPartyJobSuccessResultRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PutThirdPartyJobSuccessResultRequest.Builder |
builder() |
|
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.
|
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.
|
CurrentRevision |
currentRevision() |
Represents information about a current revision.
|
boolean |
equals(Object obj) |
|
ExecutionDetails |
executionDetails() |
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
|
int |
hashCode() |
|
String |
jobId() |
The ID of the job that successfully completed.
|
static Class<? extends PutThirdPartyJobSuccessResultRequest.Builder> |
serializableBuilderClass() |
|
PutThirdPartyJobSuccessResultRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String jobId()
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
public 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.
public CurrentRevision currentRevision()
Represents information about a current revision.
public 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.
public ExecutionDetails executionDetails()
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
public PutThirdPartyJobSuccessResultRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
public static PutThirdPartyJobSuccessResultRequest.Builder builder()
public static Class<? extends PutThirdPartyJobSuccessResultRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.