@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 |
getStatus()
The status information of the task on a Snow device that is being returned to AWS.
|
int |
hashCode() |
void |
setExpirationDate(Date expirationDate)
The expiration date of the current return shipping label.
|
void |
setStatus(String status)
The status information of the task on a Snow device that is being returned to AWS.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReturnShippingLabelResult |
withExpirationDate(Date expirationDate)
The expiration date of the current return shipping label.
|
DescribeReturnShippingLabelResult |
withStatus(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to AWS.
|
DescribeReturnShippingLabelResult |
withStatus(String status)
The status information of the task on a Snow device that is being returned to AWS.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status information of the task on a Snow device that is being returned to AWS.
status - The status information of the task on a Snow device that is being returned to AWS.ShippingLabelStatuspublic String getStatus()
The status information of the task on a Snow device that is being returned to AWS.
ShippingLabelStatuspublic DescribeReturnShippingLabelResult withStatus(String status)
The status information of the task on a Snow device that is being returned to AWS.
status - The status information of the task on a Snow device that is being returned to AWS.ShippingLabelStatuspublic DescribeReturnShippingLabelResult withStatus(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to AWS.
status - The status information of the task on a Snow device that is being returned to AWS.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 String toString()
toString in class ObjectObject.toString()public DescribeReturnShippingLabelResult clone()