@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; useful for testing and debugging.
|
PutDestinationResult |
withDestination(Destination destination)
The destination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public PutDestinationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.