Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
@Generated("software.amazon.awssdk:codegen") public class AcknowledgeThirdPartyJobRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
Represents the input of an acknowledge third party job action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AcknowledgeThirdPartyJobRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
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.
|
static Class<? extends AcknowledgeThirdPartyJobRequest.Builder> |
serializableBuilderClass() |
|
AcknowledgeThirdPartyJobRequest.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.
public 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
public static AcknowledgeThirdPartyJobRequest.Builder builder()
public static Class<? extends AcknowledgeThirdPartyJobRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.