public class PutDestinationResult extends AmazonWebServiceResult<ResponseMetadata> 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) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 © 2016. All rights reserved.