@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFlowsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFlowsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of items that should be returned in the result set.
|
String |
getNextToken()
The pagination token for next page of data.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
void |
setNextToken(String nextToken)
The pagination token for next page of data.
|
String |
toString()
Returns a string representation of this object.
|
ListFlowsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
ListFlowsRequest |
withNextToken(String nextToken)
The pagination token for next page of data.
|
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 setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
maxResults
- Specifies the maximum number of items that should be returned in the result set.public Integer getMaxResults()
Specifies the maximum number of items that should be returned in the result set.
public ListFlowsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
maxResults
- Specifies the maximum number of items that should be returned in the result set.public void setNextToken(String nextToken)
The pagination token for next page of data.
nextToken
- The pagination token for next page of data.public String getNextToken()
The pagination token for next page of data.
public ListFlowsRequest withNextToken(String nextToken)
The pagination token for next page of data.
nextToken
- The pagination token for next page of data.public String toString()
toString
in class Object
Object.toString()
public ListFlowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()