@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFlowsResult() |
Modifier and Type | Method and Description |
---|---|
ListFlowsResult |
clone() |
boolean |
equals(Object obj) |
List<FlowSummary> |
getFlowSummaries()
A list, each member of which contains information about a flow.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
int |
hashCode() |
void |
setFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
String |
toString()
Returns a string representation of this object.
|
ListFlowsResult |
withFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
|
ListFlowsResult |
withFlowSummaries(FlowSummary... flowSummaries)
A list, each member of which contains information about a flow.
|
ListFlowsResult |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FlowSummary> getFlowSummaries()
A list, each member of which contains information about a flow.
public void setFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
flowSummaries
- A list, each member of which contains information about a flow.public ListFlowsResult withFlowSummaries(FlowSummary... flowSummaries)
A list, each member of which contains information about a flow.
NOTE: This method appends the values to the existing list (if any). Use
setFlowSummaries(java.util.Collection)
or withFlowSummaries(java.util.Collection)
if you want
to override the existing values.
flowSummaries
- A list, each member of which contains information about a flow.public ListFlowsResult withFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
flowSummaries
- A list, each member of which contains information about a flow.public void setNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, use
this token when making another request in the nextToken
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,
use this token when making another request in the nextToken
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, use
this token when making another request in the nextToken
field to return the next batch of results.
maxResults
value provided in the request,
use this token when making another request in the nextToken
field to return the next batch
of results.public ListFlowsResult withNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, use
this token when making another request in the nextToken
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,
use this token when making another request in the nextToken
field to return the next batch of
results.public String toString()
toString
in class Object
Object.toString()
public ListFlowsResult clone()