public class DescribeImageAttributeResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImageAttributeResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImageAttributeResult |
clone() |
boolean |
equals(Object obj) |
ImageAttribute |
getImageAttribute()
Information about the image attribute.
|
int |
hashCode() |
void |
setImageAttribute(ImageAttribute imageAttribute)
Information about the image attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeImageAttributeResult |
withImageAttribute(ImageAttribute imageAttribute)
Information about the image attribute.
|
public ImageAttribute getImageAttribute()
public void setImageAttribute(ImageAttribute imageAttribute)
imageAttribute
- Information about the image attribute.public DescribeImageAttributeResult withImageAttribute(ImageAttribute imageAttribute)
Returns a reference to this object so that method calls can be chained together.
imageAttribute
- Information about the image attribute.public String toString()
toString
in class Object
Object.toString()
public DescribeImageAttributeResult clone()
Copyright © 2015. All rights reserved.