Class DescribeImageAttributeResult

    • Constructor Detail

      • DescribeImageAttributeResult

        public DescribeImageAttributeResult()
    • Method Detail

      • setImageAttribute

        public void setImageAttribute​(ImageAttribute imageAttribute)

        Describes an image attribute.

        Parameters:
        imageAttribute - Describes an image attribute.
      • getImageAttribute

        public ImageAttribute getImageAttribute()

        Describes an image attribute.

        Returns:
        Describes an image attribute.
      • withImageAttribute

        public DescribeImageAttributeResult withImageAttribute​(ImageAttribute imageAttribute)

        Describes an image attribute.

        Parameters:
        imageAttribute - Describes an image attribute.
        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