@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReturnShippingLabelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReturnShippingLabelResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReturnShippingLabelResult |
clone() |
boolean |
equals(Object obj) |
Date |
getExpirationDate()
The expiration date of the current return shipping label.
|
String |
getReturnShippingLabelURI()
The pre-signed Amazon S3 URI used to download the return shipping label.
|
String |
getStatus()
The status information of the task on a Snow device that is being returned to Amazon Web Services.
|
int |
hashCode() |
void |
setExpirationDate(Date expirationDate)
The expiration date of the current return shipping label.
|
void |
setReturnShippingLabelURI(String returnShippingLabelURI)
The pre-signed Amazon S3 URI used to download the return shipping label.
|
void |
setStatus(String status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReturnShippingLabelResult |
withExpirationDate(Date expirationDate)
The expiration date of the current return shipping label.
|
DescribeReturnShippingLabelResult |
withReturnShippingLabelURI(String returnShippingLabelURI)
The pre-signed Amazon S3 URI used to download the return shipping label.
|
DescribeReturnShippingLabelResult |
withStatus(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
|
DescribeReturnShippingLabelResult |
withStatus(String status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
status - The status information of the task on a Snow device that is being returned to Amazon Web Services.ShippingLabelStatuspublic String getStatus()
The status information of the task on a Snow device that is being returned to Amazon Web Services.
ShippingLabelStatuspublic DescribeReturnShippingLabelResult withStatus(String status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
status - The status information of the task on a Snow device that is being returned to Amazon Web Services.ShippingLabelStatuspublic DescribeReturnShippingLabelResult withStatus(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
status - The status information of the task on a Snow device that is being returned to Amazon Web Services.ShippingLabelStatuspublic void setExpirationDate(Date expirationDate)
The expiration date of the current return shipping label.
expirationDate - The expiration date of the current return shipping label.public Date getExpirationDate()
The expiration date of the current return shipping label.
public DescribeReturnShippingLabelResult withExpirationDate(Date expirationDate)
The expiration date of the current return shipping label.
expirationDate - The expiration date of the current return shipping label.public void setReturnShippingLabelURI(String returnShippingLabelURI)
The pre-signed Amazon S3 URI used to download the return shipping label.
returnShippingLabelURI - The pre-signed Amazon S3 URI used to download the return shipping label.public String getReturnShippingLabelURI()
The pre-signed Amazon S3 URI used to download the return shipping label.
public DescribeReturnShippingLabelResult withReturnShippingLabelURI(String returnShippingLabelURI)
The pre-signed Amazon S3 URI used to download the return shipping label.
returnShippingLabelURI - The pre-signed Amazon S3 URI used to download the return shipping label.public String toString()
toString in class ObjectObject.toString()public DescribeReturnShippingLabelResult clone()