Class DecodedAmzRequestBody

java.lang.Object
com.robothy.s3.rest.model.request.DecodedAmzRequestBody

public class DecodedAmzRequestBody extends Object
Decoded Amazon request body.
  • Constructor Details

    • DecodedAmzRequestBody

      public DecodedAmzRequestBody()
  • Method Details

    • getDecodedBody

      public InputStream getDecodedBody()
      Represents decoded input stream.
    • getDecodedContentLength

      public long getDecodedContentLength()
      Represents decoded content length.
    • setDecodedBody

      public void setDecodedBody(InputStream decodedBody)
      Represents decoded input stream.
    • setDecodedContentLength

      public void setDecodedContentLength(long decodedContentLength)
      Represents decoded content length.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object