@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeliveryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDeliveryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeliveryResult |
clone() |
boolean |
equals(Object obj) |
Delivery |
getDelivery()
A structure that contains information about the delivery.
|
int |
hashCode() |
void |
setDelivery(Delivery delivery)
A structure that contains information about the delivery.
|
String |
toString()
Returns a string representation of this object.
|
GetDeliveryResult |
withDelivery(Delivery delivery)
A structure that contains information about the delivery.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDelivery(Delivery delivery)
A structure that contains information about the delivery.
delivery - A structure that contains information about the delivery.public Delivery getDelivery()
A structure that contains information about the delivery.
public GetDeliveryResult withDelivery(Delivery delivery)
A structure that contains information about the delivery.
delivery - A structure that contains information about the delivery.public String toString()
toString in class ObjectObject.toString()public GetDeliveryResult clone()