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