public class PutDestinationResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PutDestinationResult() |
Modifier and Type | Method and Description |
---|---|
PutDestinationResult |
clone() |
boolean |
equals(Object obj) |
Destination |
getDestination() |
int |
hashCode() |
void |
setDestination(Destination destination) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutDestinationResult |
withDestination(Destination destination) |
public void setDestination(Destination destination)
destination
- public Destination getDestination()
public PutDestinationResult withDestination(Destination destination)
destination
- public String toString()
toString
in class Object
Object.toString()
public PutDestinationResult clone()
Copyright © 2018. All rights reserved.