@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlowDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFlowDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFlowDefinitionsRequest |
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 flow definitions with a creation time greater than or equal to the specified
timestamp.
|
Date |
getCreationTimeBefore()
A filter that returns only flow definitions 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 flow definitions with a creation time greater than or equal to the specified
timestamp.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only flow definitions 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.
|
ListFlowDefinitionsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only flow definitions with a creation time greater than or equal to the specified
timestamp.
|
ListFlowDefinitionsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
|
ListFlowDefinitionsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListFlowDefinitionsRequest |
withNextToken(String nextToken)
A token to resume pagination.
|
ListFlowDefinitionsRequest |
withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListFlowDefinitionsRequest |
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 flow definitions with a creation time greater than or equal to the specified timestamp.
creationTimeAfter
- A filter that returns only flow definitions with a creation time greater than or equal to the specified
timestamp.public Date getCreationTimeAfter()
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
public ListFlowDefinitionsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
creationTimeAfter
- A filter that returns only flow definitions with a creation time greater than or equal to the specified
timestamp.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
creationTimeBefore
- A filter that returns only flow definitions that were created before the specified timestamp.public Date getCreationTimeBefore()
A filter that returns only flow definitions that were created before the specified timestamp.
public ListFlowDefinitionsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
creationTimeBefore
- A filter that returns only flow definitions 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 ListFlowDefinitionsRequest 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 ListFlowDefinitionsRequest 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 ListFlowDefinitionsRequest 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 ListFlowDefinitionsRequest 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 ListFlowDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.