Class ContentUpdatePreview


  • public class ContentUpdatePreview
    extends java.lang.Object
    Preview of the changes that will be applied to the shipment.
    • Constructor Detail

      • ContentUpdatePreview

        public ContentUpdatePreview()
    • 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)
      • getRequestedUpdates

        public RequestedUpdates getRequestedUpdates()
        Get requestedUpdates
        Returns:
        requestedUpdates
      • setRequestedUpdates

        public void setRequestedUpdates​(RequestedUpdates requestedUpdates)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object