@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkUnitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkUnitsRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkUnitsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, if this is a continuation call.
|
Integer |
getPageSize()
The size of each page to get in the Amazon Web Services service call.
|
String |
getQueryId()
The ID of the plan query operation.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setPageSize(Integer pageSize)
The size of each page to get in the Amazon Web Services service call.
|
void |
setQueryId(String queryId)
The ID of the plan query operation.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkUnitsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetWorkUnitsRequest |
withPageSize(Integer pageSize)
The size of each page to get in the Amazon Web Services service call.
|
GetWorkUnitsRequest |
withQueryId(String queryId)
The ID of the plan query operation.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetWorkUnitsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public void setPageSize(Integer pageSize)
The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
pageSize
- The size of each page to get in the Amazon Web Services service call. This does not affect the number of
items returned in the command's output. Setting a smaller page size results in more calls to the Amazon
Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services
service calls from timing out.public Integer getPageSize()
The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
public GetWorkUnitsRequest withPageSize(Integer pageSize)
The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
pageSize
- The size of each page to get in the Amazon Web Services service call. This does not affect the number of
items returned in the command's output. Setting a smaller page size results in more calls to the Amazon
Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services
service calls from timing out.public void setQueryId(String queryId)
The ID of the plan query operation.
queryId
- The ID of the plan query operation.public String getQueryId()
The ID of the plan query operation.
public GetWorkUnitsRequest withQueryId(String queryId)
The ID of the plan query operation.
queryId
- The ID of the plan query operation.public String toString()
toString
in class Object
Object.toString()
public GetWorkUnitsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.