Class DescribeLogGroupsResult
java.lang.Object
com.amazonaws.services.logs.model.DescribeLogGroupsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setLogGroups
(Collection<LogGroup> logGroups) void
setNextToken
(String nextToken) toString()
Returns a string representation of this object; useful for testing and debugging.withLogGroups
(LogGroup... logGroups) NOTE: This method appends the values to the existing list (if any).withLogGroups
(Collection<LogGroup> logGroups) withNextToken
(String nextToken)
-
Constructor Details
-
DescribeLogGroupsResult
public DescribeLogGroupsResult()
-
-
Method Details
-
getLogGroups
- Returns:
-
setLogGroups
- Parameters:
logGroups
-
-
withLogGroups
NOTE: This method appends the values to the existing list (if any). Use
setLogGroups(java.util.Collection)
orwithLogGroups(java.util.Collection)
if you want to override the existing values.- Parameters:
logGroups
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withLogGroups
- Parameters:
logGroups
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
- Parameters:
nextToken
-
-
getNextToken
- Returns:
-
withNextToken
- Parameters:
nextToken
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-