public class GetShippingLabelResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetShippingLabelResult() |
| Modifier and Type | Method and Description |
|---|---|
GetShippingLabelResult |
clone() |
boolean |
equals(Object obj) |
String |
getShippingLabelURL()
Returns the value of the ShippingLabelURL property for this object.
|
String |
getWarning()
Returns the value of the Warning property for this object.
|
int |
hashCode() |
void |
setShippingLabelURL(String shippingLabelURL)
Sets the value of the ShippingLabelURL property for this object.
|
void |
setWarning(String warning)
Sets the value of the Warning property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetShippingLabelResult |
withShippingLabelURL(String shippingLabelURL)
Sets the value of the ShippingLabelURL property for this object.
|
GetShippingLabelResult |
withWarning(String warning)
Sets the value of the Warning property for this object.
|
public void setShippingLabelURL(String shippingLabelURL)
shippingLabelURL - The new value for the ShippingLabelURL property for this object.public String getShippingLabelURL()
public GetShippingLabelResult withShippingLabelURL(String shippingLabelURL)
shippingLabelURL - The new value for the ShippingLabelURL property for this object.public void setWarning(String warning)
warning - The new value for the Warning property for this object.public String getWarning()
public GetShippingLabelResult withWarning(String warning)
warning - The new value for the Warning property for this object.public String toString()
toString in class ObjectObject.toString()public GetShippingLabelResult clone()
Copyright © 2015. All rights reserved.