@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()
The maximum number of results to return in the response.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
String |
toString()
Returns a string representation of this object.
|
ListFlowsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowsRequest |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
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)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
maxResults
- The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public Integer getMaxResults()
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
nextToken
field when making
another request to return the next batch of results.public ListFlowsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
maxResults
- The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public void setNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public String getNextToken()
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public ListFlowsRequest withNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public String toString()
toString
in class Object
Object.toString()
public ListFlowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()