public class DescribeLogStreamsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLogStreamsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLogStreamsResult |
clone() |
boolean |
equals(Object obj) |
List<LogStream> |
getLogStreams() |
String |
getNextToken() |
int |
hashCode() |
void |
setLogStreams(Collection<LogStream> logStreams) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLogStreamsResult |
withLogStreams(Collection<LogStream> logStreams) |
DescribeLogStreamsResult |
withLogStreams(LogStream... logStreams)
NOTE: This method appends the values to the existing list (if
any).
|
DescribeLogStreamsResult |
withNextToken(String nextToken) |
public void setLogStreams(Collection<LogStream> logStreams)
logStreams
- public DescribeLogStreamsResult withLogStreams(LogStream... logStreams)
NOTE: This method appends the values to the existing list (if
any). Use setLogStreams(java.util.Collection)
or
withLogStreams(java.util.Collection)
if you want to override the
existing values.
logStreams
- public DescribeLogStreamsResult withLogStreams(Collection<LogStream> logStreams)
logStreams
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeLogStreamsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeLogStreamsResult clone()
Copyright © 2016. All rights reserved.