public class DescribeFlowLogsResult extends Object 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 use to retrieve the next page of results.
|
int |
hashCode() |
void |
setFlowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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 use to retrieve the next page of results.
|
public List<FlowLog> getFlowLogs()
public void setFlowLogs(Collection<FlowLog> flowLogs)
flowLogs
- Information about the flow logs.public DescribeFlowLogsResult withFlowLogs(FlowLog... flowLogs)
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.
Returns a reference to this object so that method calls can be chained together.
flowLogs
- Information about the flow logs.public DescribeFlowLogsResult withFlowLogs(Collection<FlowLog> flowLogs)
Returns a reference to this object so that method calls can be chained together.
flowLogs
- Information about the flow logs.public String getNextToken()
null
when there are no more results to return.null
when there are no more results to return.public void setNextToken(String nextToken)
null
when there are no more results to return.nextToken
- The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.public DescribeFlowLogsResult withNextToken(String nextToken)
null
when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeFlowLogsResult clone()
Copyright © 2015. All rights reserved.