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