@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDeliveryDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutDeliveryDestinationResult() |
Modifier and Type | Method and Description |
---|---|
PutDeliveryDestinationResult |
clone() |
boolean |
equals(Object obj) |
DeliveryDestination |
getDeliveryDestination()
A structure containing information about the delivery destination that you just created or updated.
|
int |
hashCode() |
void |
setDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
|
String |
toString()
Returns a string representation of this object.
|
PutDeliveryDestinationResult |
withDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
deliveryDestination
- A structure containing information about the delivery destination that you just created or updated.public DeliveryDestination getDeliveryDestination()
A structure containing information about the delivery destination that you just created or updated.
public PutDeliveryDestinationResult withDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
deliveryDestination
- A structure containing information about the delivery destination that you just created or updated.public String toString()
toString
in class Object
Object.toString()
public PutDeliveryDestinationResult clone()