Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PollForJobsRequest.Builder,PollForJobsRequest>
@Generated("software.amazon.awssdk:codegen") public class PollForJobsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PollForJobsRequest.Builder,PollForJobsRequest>
Represents the input of a poll for jobs action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PollForJobsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
ActionTypeId |
actionTypeId() |
Represents information about an action type.
|
static PollForJobsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxBatchSize() |
The maximum number of jobs to return in a poll for jobs call.
|
Map<String,String> |
queryParam() |
A map of property names and values.
|
static Class<? extends PollForJobsRequest.Builder> |
serializableBuilderClass() |
|
PollForJobsRequest.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 Map<String,String> queryParam()
A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value will be returned.
public PollForJobsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PollForJobsRequest.Builder,PollForJobsRequest>
public static PollForJobsRequest.Builder builder()
public static Class<? extends PollForJobsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.