Class PutImageResult

java.lang.Object
com.amazonaws.services.ecr.model.PutImageResult
All Implemented Interfaces:
Serializable, Cloneable

public class PutImageResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • PutImageResult

      public PutImageResult()
  • Method Details

    • setImage

      public void setImage(Image image)

      Details of the image uploaded.

      Parameters:
      image - Details of the image uploaded.
    • getImage

      public Image getImage()

      Details of the image uploaded.

      Returns:
      Details of the image uploaded.
    • withImage

      public PutImageResult withImage(Image image)

      Details of the image uploaded.

      Parameters:
      image - Details of the image uploaded.
      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

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

      public PutImageResult clone()
      Overrides:
      clone in class Object