@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFlowLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeFlowLogsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeFlowLogsResult | clone() | 
| boolean | equals(Object obj) | 
| List<FlowLog> | getFlowLogs()
 Information about the flow logs. | 
| String | getNextToken()
 The token to request the next page of items. | 
| int | hashCode() | 
| void | setFlowLogs(Collection<FlowLog> flowLogs)
 Information about the flow logs. | 
| void | setNextToken(String nextToken)
 The token to request the next page of items. | 
| String | toString()Returns a string representation of this object. | 
| DescribeFlowLogsResult | withFlowLogs(Collection<FlowLog> flowLogs)
 Information about the flow logs. | 
| DescribeFlowLogsResult | withFlowLogs(FlowLog... flowLogs)
 Information about the flow logs. | 
| DescribeFlowLogsResult | withNextToken(String nextToken)
 The token to request the next page of items. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FlowLog> getFlowLogs()
Information about the flow logs.
public void setFlowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
flowLogs - Information about the flow logs.public DescribeFlowLogsResult withFlowLogs(FlowLog... flowLogs)
Information about the flow logs.
 NOTE: This method appends the values to the existing list (if any). Use
 setFlowLogs(java.util.Collection) or withFlowLogs(java.util.Collection) if you want to override
 the existing values.
 
flowLogs - Information about the flow logs.public DescribeFlowLogsResult withFlowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
flowLogs - Information about the flow logs.public void setNextToken(String nextToken)
 The token to request the next page of items. This value is null when there are no more items to
 return.
 
nextToken - The token to request the next page of items. This value is null when there are no more items
        to return.public String getNextToken()
 The token to request the next page of items. This value is null when there are no more items to
 return.
 
null when there are no more items
         to return.public DescribeFlowLogsResult withNextToken(String nextToken)
 The token to request the next page of items. This value is null when there are no more items to
 return.
 
nextToken - The token to request the next page of items. This value is null when there are no more items
        to return.public String toString()
toString in class ObjectObject.toString()public DescribeFlowLogsResult clone()