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()
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 use to retrieve the next page of results. This value is
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 String getNextToken()
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
null
when there are no more results to return.public DescribeFlowLogsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
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 String toString()
toString
in class Object
Object.toString()
public DescribeFlowLogsResult clone()
Copyright © 2016. All rights reserved.