@Generated(value="software.amazon.awssdk:codegen") public final class ThirdPartyJob extends Object implements StructuredPojo, ToCopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>
A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked upon by a partner action.
Modifier and Type | Class and Description |
---|---|
static interface |
ThirdPartyJob.Builder |
Modifier and Type | Method and Description |
---|---|
static ThirdPartyJob.Builder |
builder() |
String |
clientId()
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The identifier used to identify the job in AWS CodePipeline.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ThirdPartyJob.Builder> |
serializableBuilderClass() |
ThirdPartyJob.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 clientId()
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 String jobId()
The identifier used to identify the job in AWS CodePipeline.
public ThirdPartyJob.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>
public static ThirdPartyJob.Builder builder()
public static Class<? extends ThirdPartyJob.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.