@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.
|
Date |
getCreationTimeBefore()
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
|
String |
getFlowDefinitionArn()
The Amazon Resource Name (ARN) of a flow definition.
|
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
A token to display the next page of results.
|
String |
getSortOrder()
Optional.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
|
void |
setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
|
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
A token to display the next page of results.
|
void |
setSortOrder(String sortOrder)
Optional.
|
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 in ISO 8601 format.
|
ListHumanLoopsRequest |
withCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
|
ListHumanLoopsRequest |
withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
|
ListHumanLoopsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest |
withNextToken(String nextToken)
A token to display the next page of results.
|
ListHumanLoopsRequest |
withSortOrder(SortOrder sortOrder)
Optional.
|
ListHumanLoopsRequest |
withSortOrder(String sortOrder)
Optional.
|
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)
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example,
2020-02-24
.
creationTimeAfter
- (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For
example, 2020-02-24
.public Date getCreationTimeAfter()
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example,
2020-02-24
.
2020-02-24
.public ListHumanLoopsRequest withCreationTimeAfter(Date creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example,
2020-02-24
.
creationTimeAfter
- (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For
example, 2020-02-24
.public void setCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For
example, 2020-02-24
.
creationTimeBefore
- (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
For example, 2020-02-24
.public Date getCreationTimeBefore()
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For
example, 2020-02-24
.
2020-02-24
.public ListHumanLoopsRequest withCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For
example, 2020-02-24
.
creationTimeBefore
- (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
For example, 2020-02-24
.public void setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
flowDefinitionArn
- The Amazon Resource Name (ARN) of a flow definition.public String getFlowDefinitionArn()
The Amazon Resource Name (ARN) of a flow definition.
public ListHumanLoopsRequest withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
flowDefinitionArn
- The Amazon Resource Name (ARN) of a flow definition.public void setSortOrder(String sortOrder)
Optional. The order for displaying results. Valid values: Ascending
and Descending
.
sortOrder
- Optional. The order for displaying results. Valid values: Ascending
and
Descending
.SortOrder
public String getSortOrder()
Optional. The order for displaying results. Valid values: Ascending
and Descending
.
Ascending
and
Descending
.SortOrder
public ListHumanLoopsRequest withSortOrder(String sortOrder)
Optional. The order for displaying results. Valid values: Ascending
and Descending
.
sortOrder
- Optional. The order for displaying results. Valid values: Ascending
and
Descending
.SortOrder
public ListHumanLoopsRequest withSortOrder(SortOrder sortOrder)
Optional. The order for displaying results. Valid values: Ascending
and Descending
.
sortOrder
- Optional. The order for displaying results. Valid values: Ascending
and
Descending
.SortOrder
public void setNextToken(String nextToken)
A token to display the next page of results.
nextToken
- A token to display the next page of results.public String getNextToken()
A token to display the next page of results.
public ListHumanLoopsRequest withNextToken(String nextToken)
A token to display the next page of results.
nextToken
- A token to display the next page of results.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
is returned in the output. You can use this token to
display the next page of results.
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
is returned in the output. You can use
this token to display the next page of results.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
is returned in the output. You can use this token to
display the next page of results.
MaxResults
, then a NextToken
is returned in the output. You can
use this token to display the next page of results.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
is returned in the output. You can use this token to
display the next page of results.
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
is returned in the output. You can use
this token to display the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListHumanLoopsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()