@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDeliverySourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutDeliverySourceResult() |
| Modifier and Type | Method and Description |
|---|---|
PutDeliverySourceResult |
clone() |
boolean |
equals(Object obj) |
DeliverySource |
getDeliverySource()
A structure containing information about the delivery source that was just created or updated.
|
int |
hashCode() |
void |
setDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source that was just created or updated.
|
String |
toString()
Returns a string representation of this object.
|
PutDeliverySourceResult |
withDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source that was just created or updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source that was just created or updated.
deliverySource - A structure containing information about the delivery source that was just created or updated.public DeliverySource getDeliverySource()
A structure containing information about the delivery source that was just created or updated.
public PutDeliverySourceResult withDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source that was just created or updated.
deliverySource - A structure containing information about the delivery source that was just created or updated.public String toString()
toString in class ObjectObject.toString()public PutDeliverySourceResult clone()