Class InitiateLayerUploadResult

    • Constructor Detail

      • InitiateLayerUploadResult

        public InitiateLayerUploadResult()
    • Method Detail

      • setPartSize

        public void setPartSize​(Long partSize)

        The size, in bytes, that Amazon ECR expects future layer part uploads to be.

        Parameters:
        partSize - The size, in bytes, that Amazon ECR expects future layer part uploads to be.
      • getPartSize

        public Long getPartSize()

        The size, in bytes, that Amazon ECR expects future layer part uploads to be.

        Returns:
        The size, in bytes, that Amazon ECR expects future layer part uploads to be.
      • withPartSize

        public InitiateLayerUploadResult withPartSize​(Long partSize)

        The size, in bytes, that Amazon ECR expects future layer part uploads to be.

        Parameters:
        partSize - The size, in bytes, that Amazon ECR expects future layer part uploads to be.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object