@Generated(value="software.amazon.awssdk:codegen") public final class AcknowledgeThirdPartyJobRequest extends CodePipelineRequest implements ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
Represents the input of an AcknowledgeThirdPartyJob action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcknowledgeThirdPartyJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AcknowledgeThirdPartyJobRequest.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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The unique system-generated ID of the job.
|
String |
nonce()
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one
job worker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AcknowledgeThirdPartyJobRequest.Builder> |
serializableBuilderClass() |
AcknowledgeThirdPartyJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The unique system-generated ID of the job.
public final String nonce()
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
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 AcknowledgeThirdPartyJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>toBuilder in class CodePipelineRequestpublic static AcknowledgeThirdPartyJobRequest.Builder builder()
public static Class<? extends AcknowledgeThirdPartyJobRequest.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.