Class PutDestinationResult
java.lang.Object
com.amazonaws.services.logs.model.PutDestinationResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setDestination
(Destination destination) toString()
Returns a string representation of this object; useful for testing and debugging.withDestination
(Destination destination)
-
Constructor Details
-
PutDestinationResult
public PutDestinationResult()
-
-
Method Details
-
setDestination
- Parameters:
destination
-
-
getDestination
- Returns:
-
withDestination
- Parameters:
destination
-- 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
-