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