Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
@Generated("software.amazon.awssdk:codegen") public class PutJobSuccessResultRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
Represents the input of a put job success result action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutJobSuccessResultRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PutJobSuccessResultRequest.Builder |
builder() |
|
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.
|
CurrentRevision |
currentRevision() |
The ID of the current revision of the artifact successfully worked upon by the job.
|
boolean |
equals(Object obj) |
|
ExecutionDetails |
executionDetails() |
The execution details of the successful job, such as the actions taken by the job worker.
|
int |
hashCode() |
|
String |
jobId() |
The unique system-generated ID of the job that succeeded.
|
static Class<? extends PutJobSuccessResultRequest.Builder> |
serializableBuilderClass() |
|
PutJobSuccessResultRequest.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 unique system-generated ID of the job that succeeded. This is the same ID returned from PollForJobs.
public CurrentRevision currentRevision()
The ID of the current revision of the artifact successfully worked upon by the job.
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 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 ExecutionDetails executionDetails()
The execution details of the successful job, such as the actions taken by the job worker.
public PutJobSuccessResultRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
public static PutJobSuccessResultRequest.Builder builder()
public static Class<? extends PutJobSuccessResultRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.