public class DescribeImageAttributeResult
extends java.lang.Object
implements java.io.Serializable
The result of describing an AMI attribute.
| コンストラクタと説明 |
|---|
DescribeImageAttributeResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object