StructuredPojo
, ToCopyableBuilder<ThirdPartyJobDetails.Builder,ThirdPartyJobDetails>
@Generated("software.amazon.awssdk:codegen") public class ThirdPartyJobDetails extends Object implements StructuredPojo, ToCopyableBuilder<ThirdPartyJobDetails.Builder,ThirdPartyJobDetails>
The details of a job sent in response to a GetThirdPartyJobDetails request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ThirdPartyJobDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ThirdPartyJobDetails.Builder |
builder() |
|
ThirdPartyJobData |
data() |
The data to be returned by the third party job worker.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier used to identify the job details in AWS CodePipeline.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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 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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.