Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
@Generated("software.amazon.awssdk:codegen") public class PollForThirdPartyJobsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
Represents the input of a poll for third party jobs action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PollForThirdPartyJobsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
ActionTypeId |
actionTypeId() |
Represents information about an action type.
|
static PollForThirdPartyJobsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxBatchSize() |
The maximum number of jobs to return in a poll for jobs call.
|
static Class<? extends PollForThirdPartyJobsRequest.Builder> |
serializableBuilderClass() |
|
PollForThirdPartyJobsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public ActionTypeId actionTypeId()
Represents information about an action type.
public Integer maxBatchSize()
The maximum number of jobs to return in a poll for jobs call.
public PollForThirdPartyJobsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
public static PollForThirdPartyJobsRequest.Builder builder()
public static Class<? extends PollForThirdPartyJobsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.