|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeImageAttributeResult
public class DescribeImageAttributeResult
The result of describing an AMI attribute.
Constructor Summary | |
---|---|
DescribeImageAttributeResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ImageAttribute |
getImageAttribute()
The described image attribute of the associated AMI. |
int |
hashCode()
|
void |
setImageAttribute(ImageAttribute imageAttribute)
The described image attribute of the associated AMI. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeImageAttributeResult |
withImageAttribute(ImageAttribute imageAttribute)
The described image attribute of the associated AMI. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeImageAttributeResult()
Method Detail |
---|
public ImageAttribute getImageAttribute()
public void setImageAttribute(ImageAttribute imageAttribute)
imageAttribute
- The described image attribute of the associated AMI.public DescribeImageAttributeResult withImageAttribute(ImageAttribute imageAttribute)
Returns a reference to this object so that method calls can be chained together.
imageAttribute
- The described image attribute of the associated AMI.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |