Class InboundPreferences
- java.lang.Object
-
- software.amazon.spapi.models.awd.v2024_05_09.InboundPreferences
-
public class InboundPreferences extends java.lang.Object
Preferences that can be passed in context of an inbound order
-
-
Constructor Summary
Constructors Constructor Description InboundPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundPreferences
destinationRegion(java.lang.String destinationRegion)
boolean
equals(java.lang.Object o)
java.lang.String
getDestinationRegion()
Pass a preferred region so that the inbound order can be shipped to an AWD warehouse located in that region.int
hashCode()
void
setDestinationRegion(java.lang.String destinationRegion)
java.lang.String
toString()
-
-
-
Method Detail
-
destinationRegion
public InboundPreferences destinationRegion(java.lang.String destinationRegion)
-
getDestinationRegion
public java.lang.String getDestinationRegion()
Pass a preferred region so that the inbound order can be shipped to an AWD warehouse located in that region. This doesn't guarantee the order to be assigned in the specified destination region as it depends on warehouse capacity availability. AWD currently supports following region IDs: [us-west, us-east, us-southcentral, us-southeast]- Returns:
- destinationRegion
-
setDestinationRegion
public void setDestinationRegion(java.lang.String destinationRegion)
-
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
-
-