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()
Returns the value of the Destination property for this object.
|
int |
hashCode() |
void |
setDestination(Destination destination)
Sets the value of the Destination property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutDestinationResult |
withDestination(Destination destination)
Sets the value of the Destination property for this object.
|
public Destination getDestination()
public void setDestination(Destination destination)
destination - The new value for the Destination property for this object.public PutDestinationResult withDestination(Destination destination)
Returns a reference to this object so that method calls can be chained together.
destination - The new value for the Destination property for this object.public String toString()
toString in class ObjectObject.toString()public PutDestinationResult clone()
Copyright © 2015. All rights reserved.