Class DescribeLogStreamsResult
java.lang.Object
com.amazonaws.services.logs.model.DescribeLogStreamsResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetLogStreams(Collection<LogStream> logStreams) voidsetNextToken(String nextToken) toString()Returns a string representation of this object; useful for testing and debugging.withLogStreams(LogStream... logStreams) NOTE: This method appends the values to the existing list (if any).withLogStreams(Collection<LogStream> logStreams) withNextToken(String nextToken)
-
Constructor Details
-
DescribeLogStreamsResult
public DescribeLogStreamsResult()
-
-
Method Details
-
getLogStreams
- Returns:
-
setLogStreams
- Parameters:
logStreams-
-
withLogStreams
NOTE: This method appends the values to the existing list (if any). Use
setLogStreams(java.util.Collection)orwithLogStreams(java.util.Collection)if you want to override the existing values.- Parameters:
logStreams-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withLogStreams
- Parameters:
logStreams-- 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
-