@Generated(value="software.amazon.awssdk:codegen") public final class PutThirdPartyJobSuccessResultRequest extends CodePipelineRequest implements ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
Represents the input of a PutThirdPartyJobSuccessResult action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutThirdPartyJobSuccessResultRequest.Builder |
| Modifier and Type | Method and 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 a 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) |
boolean |
equalsBySdkFields(Object obj) |
ExecutionDetails |
executionDetails()
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID of the job that successfully completed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutThirdPartyJobSuccessResultRequest.Builder> |
serializableBuilderClass() |
PutThirdPartyJobSuccessResultRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The ID of the job that successfully completed. This is the same ID returned from
PollForThirdPartyJobs.
PollForThirdPartyJobs.public final 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 final CurrentRevision currentRevision()
Represents information about a current revision.
public final String continuationToken()
A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
public final 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()
toBuilder in interface ToCopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>toBuilder in class CodePipelineRequestpublic static PutThirdPartyJobSuccessResultRequest.Builder builder()
public static Class<? extends PutThirdPartyJobSuccessResultRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.