@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHumanLoopsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListHumanLoopsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
(Optional) The timestamp of the date when you want the human loops to begin.
|
Date |
getCreationTimeBefore()
(Optional) The timestamp of the date before which you want the human loops to begin.
|
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)
(Optional) The timestamp of the date when you want the human loops to begin.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin.
|
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.
|
ListHumanLoopsRequest |
withCreationTimeAfter(Date creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin.
|
ListHumanLoopsRequest |
withCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin.
|
ListHumanLoopsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest |
withNextToken(String nextToken)
A token to resume pagination.
|
ListHumanLoopsRequest |
withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanLoopsRequest |
withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
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, withSdkRequestTimeoutpublic void setCreationTimeAfter(Date creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin. For example, 1551000000
.
creationTimeAfter - (Optional) The timestamp of the date when you want the human loops to begin. For example,
1551000000.public Date getCreationTimeAfter()
(Optional) The timestamp of the date when you want the human loops to begin. For example, 1551000000
.
1551000000.public ListHumanLoopsRequest withCreationTimeAfter(Date creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin. For example, 1551000000
.
creationTimeAfter - (Optional) The timestamp of the date when you want the human loops to begin. For example,
1551000000.public void setCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.
creationTimeBefore - (Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.public Date getCreationTimeBefore()
(Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.
1550000000.public ListHumanLoopsRequest withCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.
creationTimeBefore - (Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.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.SortOrderpublic String getSortOrder()
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
Ascending or
Descending order.SortOrderpublic ListHumanLoopsRequest 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.SortOrderpublic ListHumanLoopsRequest 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.SortOrderpublic void setNextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.public String getNextToken()
A token to resume pagination.
public ListHumanLoopsRequest 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 ListHumanLoopsRequest 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 ObjectObject.toString()public ListHumanLoopsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.