Class RequestedValueAddedService
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.RequestedValueAddedService
-
public class RequestedValueAddedService extends java.lang.Object
A value-added service to be applied to a shipping service purchase.
-
-
Constructor Summary
Constructors Constructor Description RequestedValueAddedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getId()
The identifier of the selected value-added service.int
hashCode()
RequestedValueAddedService
id(java.lang.String id)
void
setId(java.lang.String id)
java.lang.String
toString()
-
-
-
Method Detail
-
id
public RequestedValueAddedService id(java.lang.String id)
-
getId
public java.lang.String getId()
The identifier of the selected value-added service. Must be among those returned in the response to the getRates operation.- Returns:
- id
-
setId
public void setId(java.lang.String id)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-