@Generated(value="software.amazon.awssdk:codegen") public final class PollForThirdPartyJobsRequest extends CodePipelineRequest implements ToCopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
Represents the input of a PollForThirdPartyJobs action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PollForThirdPartyJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeId |
actionTypeId()
Represents information about an action type.
|
static PollForThirdPartyJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxBatchSize()
The maximum number of jobs to return in a poll for jobs call.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PollForThirdPartyJobsRequest.Builder> |
serializableBuilderClass() |
PollForThirdPartyJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActionTypeId actionTypeId()
Represents information about an action type.
public final Integer maxBatchSize()
The maximum number of jobs to return in a poll for jobs call.
public PollForThirdPartyJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>toBuilder in class CodePipelineRequestpublic static PollForThirdPartyJobsRequest.Builder builder()
public static Class<? extends PollForThirdPartyJobsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.