public class DescribeLogGroupsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeLogGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LogGroup> |
getLogGroups()
The log groups.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setLogGroups(java.util.Collection<LogGroup> logGroups)
The log groups.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLogGroupsResult |
withLogGroups(java.util.Collection<LogGroup> logGroups)
The log groups.
|
DescribeLogGroupsResult |
withLogGroups(LogGroup... logGroups)
The log groups.
|
DescribeLogGroupsResult |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
public java.util.List<LogGroup> getLogGroups()
The log groups.
The log groups.
public void setLogGroups(java.util.Collection<LogGroup> logGroups)
The log groups.
logGroups - The log groups.
public DescribeLogGroupsResult withLogGroups(LogGroup... logGroups)
The log groups.
Returns a reference to this object so that method calls can be chained together.
logGroups - The log groups.
public DescribeLogGroupsResult withLogGroups(java.util.Collection<LogGroup> logGroups)
The log groups.
Returns a reference to this object so that method calls can be chained together.
logGroups - The log groups.
public java.lang.String getNextToken()
The token for the next set of items to return. The token expires after 24 hours.
Constraints:
Length: 1 -
The token for the next set of items to return. The token expires after 24 hours.
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. The token expires after 24 hours.
Constraints:
Length: 1 -
nextToken - The token for the next set of items to return. The token expires after 24 hours.
public DescribeLogGroupsResult withNextToken(java.lang.String nextToken)
The token for the next set of items to return. The token expires after 24 hours.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken - The token for the next set of items to return. The token expires after 24 hours.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.