Class SKUPrepInstructions
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v0.SKUPrepInstructions
-
public class SKUPrepInstructions extends java.lang.Object
Labeling requirements and item preparation instructions to help you prepare items for shipment to Amazon's fulfillment network.
-
-
Constructor Summary
Constructors Constructor Description SKUPrepInstructions()
-
Method Summary
-
-
-
Method Detail
-
sellerSKU
public SKUPrepInstructions sellerSKU(java.lang.String sellerSKU)
-
getSellerSKU
public java.lang.String getSellerSKU()
The seller SKU of the item.- Returns:
- sellerSKU
-
setSellerSKU
public void setSellerSKU(java.lang.String sellerSKU)
-
ASIN
public SKUPrepInstructions ASIN(java.lang.String ASIN)
-
getASIN
public java.lang.String getASIN()
The Amazon Standard Identification Number (ASIN) of the item.- Returns:
- ASIN
-
setASIN
public void setASIN(java.lang.String ASIN)
-
barcodeInstruction
public SKUPrepInstructions barcodeInstruction(BarcodeInstruction barcodeInstruction)
-
getBarcodeInstruction
public BarcodeInstruction getBarcodeInstruction()
Get barcodeInstruction- Returns:
- barcodeInstruction
-
setBarcodeInstruction
public void setBarcodeInstruction(BarcodeInstruction barcodeInstruction)
-
prepGuidance
public SKUPrepInstructions prepGuidance(PrepGuidance prepGuidance)
-
getPrepGuidance
public PrepGuidance getPrepGuidance()
Get prepGuidance- Returns:
- prepGuidance
-
setPrepGuidance
public void setPrepGuidance(PrepGuidance prepGuidance)
-
prepInstructionList
public SKUPrepInstructions prepInstructionList(PrepInstructionList prepInstructionList)
-
getPrepInstructionList
public PrepInstructionList getPrepInstructionList()
Get prepInstructionList- Returns:
- prepInstructionList
-
setPrepInstructionList
public void setPrepInstructionList(PrepInstructionList prepInstructionList)
-
amazonPrepFeesDetailsList
public SKUPrepInstructions amazonPrepFeesDetailsList(AmazonPrepFeesDetailsList amazonPrepFeesDetailsList)
-
getAmazonPrepFeesDetailsList
public AmazonPrepFeesDetailsList getAmazonPrepFeesDetailsList()
Get amazonPrepFeesDetailsList- Returns:
- amazonPrepFeesDetailsList
-
setAmazonPrepFeesDetailsList
public void setAmazonPrepFeesDetailsList(AmazonPrepFeesDetailsList amazonPrepFeesDetailsList)
-
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
-
-