@Generated(value="software.amazon.awssdk:codegen") public final class ThirdPartyJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>
A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be
worked on 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) |
boolean |
equalsBySdkFields(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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThirdPartyJob.Builder> |
serializableBuilderClass() |
ThirdPartyJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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 final String jobId()
The identifier used to identify the job in AWS CodePipeline.
public ThirdPartyJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>public static ThirdPartyJob.Builder builder()
public static Class<? extends ThirdPartyJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.