@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReturnShippingLabelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateReturnShippingLabelResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateReturnShippingLabelResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status information of the task on a Snow device that is being returned to Amazon Web Services.
|
int |
hashCode() |
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.
|
CreateReturnShippingLabelResult |
withStatus(ShippingLabelStatus status)
The status information of the task on a Snow device that is being returned to Amazon Web Services.
|
CreateReturnShippingLabelResult |
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 CreateReturnShippingLabelResult 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 CreateReturnShippingLabelResult 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 String toString()
toString in class ObjectObject.toString()public CreateReturnShippingLabelResult clone()