public class DescribeImageAttributeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private ImageAttribute |
imageAttribute
Describes an image attribute.
|
Constructor and Description |
---|
DescribeImageAttributeResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImageAttributeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ImageAttribute |
getImageAttribute()
Describes an image attribute.
|
int |
hashCode() |
void |
setImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImageAttributeResult |
withImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
|
private ImageAttribute imageAttribute
Describes an image attribute.
public void setImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
imageAttribute
- Describes an image attribute.public ImageAttribute getImageAttribute()
Describes an image attribute.
public DescribeImageAttributeResult withImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
imageAttribute
- Describes an image attribute.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeImageAttributeResult clone()
clone
in class java.lang.Object