|
|||||||
| 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 | |
|---|---|
ImageAttribute |
getImageAttribute()
The described image attribute of the associated AMI. |
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 |
|---|
equals, getClass, hashCode, 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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||