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