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 ObjectObject.toString()public PutDestinationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.