public class DescribeImageAttributeResult extends Object implements Serializable
The result of describing an AMI attribute.
Constructor and Description |
---|
DescribeImageAttributeResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.