public class DescribeLogGroupsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLogGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLogGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<LogGroup> |
getLogGroups() |
String |
getNextToken() |
int |
hashCode() |
void |
setLogGroups(Collection<LogGroup> logGroups) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLogGroupsResult |
withLogGroups(Collection<LogGroup> logGroups) |
DescribeLogGroupsResult |
withLogGroups(LogGroup... logGroups)
NOTE: This method appends the values to the existing list (if
any).
|
DescribeLogGroupsResult |
withNextToken(String nextToken) |
public void setLogGroups(Collection<LogGroup> logGroups)
logGroups
- public DescribeLogGroupsResult withLogGroups(LogGroup... logGroups)
NOTE: This method appends the values to the existing list (if
any). Use setLogGroups(java.util.Collection)
or
withLogGroups(java.util.Collection)
if you want to override the
existing values.
logGroups
- public DescribeLogGroupsResult withLogGroups(Collection<LogGroup> logGroups)
logGroups
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeLogGroupsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeLogGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.