Class ContentUpdatePreview
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.ContentUpdatePreview
-
public class ContentUpdatePreview extends java.lang.Object
Preview of the changes that will be applied to the shipment.
-
-
Constructor Summary
Constructors Constructor Description ContentUpdatePreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentUpdatePreview
contentUpdatePreviewId(java.lang.String contentUpdatePreviewId)
boolean
equals(java.lang.Object o)
ContentUpdatePreview
expiration(org.threeten.bp.OffsetDateTime expiration)
java.lang.String
getContentUpdatePreviewId()
Identifier of a content update preview.org.threeten.bp.OffsetDateTime
getExpiration()
The time at which the content update expires.RequestedUpdates
getRequestedUpdates()
Get requestedUpdatesTransportationOption
getTransportationOption()
Get transportationOptionint
hashCode()
ContentUpdatePreview
requestedUpdates(RequestedUpdates requestedUpdates)
void
setContentUpdatePreviewId(java.lang.String contentUpdatePreviewId)
void
setExpiration(org.threeten.bp.OffsetDateTime expiration)
void
setRequestedUpdates(RequestedUpdates requestedUpdates)
void
setTransportationOption(TransportationOption transportationOption)
java.lang.String
toString()
ContentUpdatePreview
transportationOption(TransportationOption transportationOption)
-
-
-
Method Detail
-
contentUpdatePreviewId
public ContentUpdatePreview contentUpdatePreviewId(java.lang.String contentUpdatePreviewId)
-
getContentUpdatePreviewId
public java.lang.String getContentUpdatePreviewId()
Identifier of a content update preview.- Returns:
- contentUpdatePreviewId
-
setContentUpdatePreviewId
public void setContentUpdatePreviewId(java.lang.String contentUpdatePreviewId)
-
expiration
public ContentUpdatePreview expiration(org.threeten.bp.OffsetDateTime expiration)
-
getExpiration
public org.threeten.bp.OffsetDateTime getExpiration()
The time at which the content update expires. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.- Returns:
- expiration
-
setExpiration
public void setExpiration(org.threeten.bp.OffsetDateTime expiration)
-
requestedUpdates
public ContentUpdatePreview requestedUpdates(RequestedUpdates requestedUpdates)
-
getRequestedUpdates
public RequestedUpdates getRequestedUpdates()
Get requestedUpdates- Returns:
- requestedUpdates
-
setRequestedUpdates
public void setRequestedUpdates(RequestedUpdates requestedUpdates)
-
transportationOption
public ContentUpdatePreview transportationOption(TransportationOption transportationOption)
-
getTransportationOption
public TransportationOption getTransportationOption()
Get transportationOption- Returns:
- transportationOption
-
setTransportationOption
public void setTransportationOption(TransportationOption transportationOption)
-
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
-
-