Class GeneratePlacementOptionsRequest
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.GeneratePlacementOptionsRequest
-
public class GeneratePlacementOptionsRequest extends java.lang.Object
The `generatePlacementOptions` request.
-
-
Constructor Summary
Constructors Constructor Description GeneratePlacementOptionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratePlacementOptionsRequest
addCustomPlacementItem(CustomPlacementInput customPlacementItem)
GeneratePlacementOptionsRequest
customPlacement(java.util.List<CustomPlacementInput> customPlacement)
boolean
equals(java.lang.Object o)
java.util.List<CustomPlacementInput>
getCustomPlacement()
Custom placement options you want to add to the plan.int
hashCode()
void
setCustomPlacement(java.util.List<CustomPlacementInput> customPlacement)
java.lang.String
toString()
-
-
-
Method Detail
-
customPlacement
public GeneratePlacementOptionsRequest customPlacement(java.util.List<CustomPlacementInput> customPlacement)
-
addCustomPlacementItem
public GeneratePlacementOptionsRequest addCustomPlacementItem(CustomPlacementInput customPlacementItem)
-
getCustomPlacement
public java.util.List<CustomPlacementInput> getCustomPlacement()
Custom placement options you want to add to the plan. This is only used for the India (IN - A21TJRUUN4KGV) marketplace.- Returns:
- customPlacement
-
setCustomPlacement
public void setCustomPlacement(java.util.List<CustomPlacementInput> customPlacement)
-
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
-
-