@Generated(value="software.amazon.awssdk:codegen") public final class ThirdPartyJobDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThirdPartyJobDetails.Builder,ThirdPartyJobDetails>
The details of a job sent in response to a GetThirdPartyJobDetails request.
Modifier and Type | Class and Description |
---|---|
static interface |
ThirdPartyJobDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static ThirdPartyJobDetails.Builder |
builder() |
ThirdPartyJobData |
data()
The data to be returned by the third party job worker.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier used to identify the job details in AWS CodePipeline.
|
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 ThirdPartyJobDetails.Builder> |
serializableBuilderClass() |
ThirdPartyJobDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The identifier used to identify the job details in AWS CodePipeline.
public ThirdPartyJobData data()
The data to be returned by the third party job worker.
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. Use this number in an AcknowledgeThirdPartyJob request.
public ThirdPartyJobDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ThirdPartyJobDetails.Builder,ThirdPartyJobDetails>
public static ThirdPartyJobDetails.Builder builder()
public static Class<? extends ThirdPartyJobDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.