Class GetShippingLabelResult
java.lang.Object
com.amazonaws.services.importexport.model.GetShippingLabelResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setShippingLabelURL
(String shippingLabelURL) void
setWarning
(String warning) toString()
Returns a string representation of this object; useful for testing and debugging.withShippingLabelURL
(String shippingLabelURL) withWarning
(String warning)
-
Constructor Details
-
GetShippingLabelResult
public GetShippingLabelResult()
-
-
Method Details
-
setShippingLabelURL
- Parameters:
shippingLabelURL
-
-
getShippingLabelURL
- Returns:
-
withShippingLabelURL
- Parameters:
shippingLabelURL
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWarning
- Parameters:
warning
-
-
getWarning
- Returns:
-
withWarning
- Parameters:
warning
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-