@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, setSdkResponseMetadata
public 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.ShippingLabelStatus
public String getStatus()
The status information of the task on a Snow device that is being returned to Amazon Web Services.
ShippingLabelStatus
public 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.ShippingLabelStatus
public 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.ShippingLabelStatus
public String toString()
toString
in class Object
Object.toString()
public CreateReturnShippingLabelResult clone()