Class CreateShipmentRequest
- java.lang.Object
-
- software.amazon.spapi.models.merchantfulfillment.v0.CreateShipmentRequest
-
public class CreateShipmentRequest extends java.lang.Object
Request schema.
-
-
Constructor Summary
Constructors Constructor Description CreateShipmentRequest()
-
Method Summary
-
-
-
Method Detail
-
shipmentRequestDetails
public CreateShipmentRequest shipmentRequestDetails(ShipmentRequestDetails shipmentRequestDetails)
-
getShipmentRequestDetails
public ShipmentRequestDetails getShipmentRequestDetails()
Get shipmentRequestDetails- Returns:
- shipmentRequestDetails
-
setShipmentRequestDetails
public void setShipmentRequestDetails(ShipmentRequestDetails shipmentRequestDetails)
-
shippingServiceId
public CreateShipmentRequest shippingServiceId(java.lang.String shippingServiceId)
-
getShippingServiceId
public java.lang.String getShippingServiceId()
Get shippingServiceId- Returns:
- shippingServiceId
-
setShippingServiceId
public void setShippingServiceId(java.lang.String shippingServiceId)
-
shippingServiceOfferId
public CreateShipmentRequest shippingServiceOfferId(java.lang.String shippingServiceOfferId)
-
getShippingServiceOfferId
public java.lang.String getShippingServiceOfferId()
Identifies a shipping service order made by a carrier.- Returns:
- shippingServiceOfferId
-
setShippingServiceOfferId
public void setShippingServiceOfferId(java.lang.String shippingServiceOfferId)
-
hazmatType
public CreateShipmentRequest hazmatType(HazmatType hazmatType)
-
getHazmatType
public HazmatType getHazmatType()
Get hazmatType- Returns:
- hazmatType
-
setHazmatType
public void setHazmatType(HazmatType hazmatType)
-
labelFormatOption
public CreateShipmentRequest labelFormatOption(LabelFormatOptionRequest labelFormatOption)
-
getLabelFormatOption
public LabelFormatOptionRequest getLabelFormatOption()
Get labelFormatOption- Returns:
- labelFormatOption
-
setLabelFormatOption
public void setLabelFormatOption(LabelFormatOptionRequest labelFormatOption)
-
shipmentLevelSellerInputsList
public CreateShipmentRequest shipmentLevelSellerInputsList(AdditionalSellerInputsList shipmentLevelSellerInputsList)
-
getShipmentLevelSellerInputsList
public AdditionalSellerInputsList getShipmentLevelSellerInputsList()
Get shipmentLevelSellerInputsList- Returns:
- shipmentLevelSellerInputsList
-
setShipmentLevelSellerInputsList
public void setShipmentLevelSellerInputsList(AdditionalSellerInputsList shipmentLevelSellerInputsList)
-
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
-
-