public class DescribeInstanceAttributeResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeInstanceAttributeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
InstanceAttribute |
getInstanceAttribute() |
int |
hashCode() |
void |
setInstanceAttribute(InstanceAttribute instanceAttribute) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstanceAttributeResult |
withInstanceAttribute(InstanceAttribute instanceAttribute)
Returns a reference to this object so that method calls can be chained together.
|
public InstanceAttribute getInstanceAttribute()
public void setInstanceAttribute(InstanceAttribute instanceAttribute)
instanceAttribute - public DescribeInstanceAttributeResult withInstanceAttribute(InstanceAttribute instanceAttribute)
Returns a reference to this object so that method calls can be chained together.
instanceAttribute - public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object