@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHumanTaskUisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListHumanTaskUisRequest() |
Modifier and Type | Method and Description |
---|---|
ListHumanTaskUisRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified
timestamp.
|
Date |
getCreationTimeBefore()
A filter that returns only human task user interfaces that were created before the specified timestamp.
|
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
A token to resume pagination.
|
String |
getSortOrder()
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified
timestamp.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
|
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
A token to resume pagination.
|
void |
setSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
String |
toString()
Returns a string representation of this object.
|
ListHumanTaskUisRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified
timestamp.
|
ListHumanTaskUisRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
|
ListHumanTaskUisRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListHumanTaskUisRequest |
withNextToken(String nextToken)
A token to resume pagination.
|
ListHumanTaskUisRequest |
withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanTaskUisRequest |
withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
addHandlerContext, 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 setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
creationTimeAfter
- A filter that returns only human task user interfaces with a creation time greater than or equal to the
specified timestamp.public Date getCreationTimeAfter()
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
public ListHumanTaskUisRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
creationTimeAfter
- A filter that returns only human task user interfaces with a creation time greater than or equal to the
specified timestamp.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
creationTimeBefore
- A filter that returns only human task user interfaces that were created before the specified timestamp.public Date getCreationTimeBefore()
A filter that returns only human task user interfaces that were created before the specified timestamp.
public ListHumanTaskUisRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
creationTimeBefore
- A filter that returns only human task user interfaces that were created before the specified timestamp.public void setSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
sortOrder
- An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.SortOrder
public String getSortOrder()
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
Ascending
or
Descending
order.SortOrder
public ListHumanTaskUisRequest withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
sortOrder
- An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.SortOrder
public ListHumanTaskUisRequest withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
sortOrder
- An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.SortOrder
public void setNextToken(String nextToken)
A token to resume pagination.
nextToken
- A token to resume pagination.public String getNextToken()
A token to resume pagination.
public ListHumanTaskUisRequest withNextToken(String nextToken)
A token to resume pagination.
nextToken
- A token to resume pagination.public void setMaxResults(Integer maxResults)
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults
, then a NextToken
will be provided in the output that you can use to resume
pagination.
maxResults
- The total number of items to return. If the total number of available items is more than the value
specified in MaxResults
, then a NextToken
will be provided in the output that
you can use to resume pagination.public Integer getMaxResults()
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults
, then a NextToken
will be provided in the output that you can use to resume
pagination.
MaxResults
, then a NextToken
will be provided in the output that
you can use to resume pagination.public ListHumanTaskUisRequest withMaxResults(Integer maxResults)
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults
, then a NextToken
will be provided in the output that you can use to resume
pagination.
maxResults
- The total number of items to return. If the total number of available items is more than the value
specified in MaxResults
, then a NextToken
will be provided in the output that
you can use to resume pagination.public String toString()
toString
in class Object
Object.toString()
public ListHumanTaskUisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.