@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
The destination.
|
int |
hashCode() |
void |
setDestination(Destination destination)
The destination.
|
String |
toString()
Returns a string representation of this object.
|
PutDestinationResult |
withDestination(Destination destination)
The destination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDestination(Destination destination)
The destination.
destination - The destination.public Destination getDestination()
The destination.
public PutDestinationResult withDestination(Destination destination)
The destination.
destination - The destination.public String toString()
toString in class ObjectObject.toString()public PutDestinationResult clone()