Class DescribeImageAttributeResult

java.lang.Object
com.amazonaws.services.ec2.model.DescribeImageAttributeResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeImageAttributeResult extends Object implements Serializable, Cloneable
A simple result wrapper around the ImageAttribute object that was sent over the wire.
See Also:
  • Constructor Details

    • DescribeImageAttributeResult

      public DescribeImageAttributeResult()
  • Method Details

    • 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:
    • equals

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

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

      Overrides:
      clone in class Object