|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeInstanceAttributeResult
public class DescribeInstanceAttributeResult
The result of describing an instance's attribute.
Constructor Summary | |
---|---|
DescribeInstanceAttributeResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
InstanceAttribute |
getInstanceAttribute()
The described instance attribute. |
int |
hashCode()
|
void |
setInstanceAttribute(InstanceAttribute instanceAttribute)
The described instance attribute. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeInstanceAttributeResult |
withInstanceAttribute(InstanceAttribute instanceAttribute)
The described instance attribute. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeInstanceAttributeResult()
Method Detail |
---|
public InstanceAttribute getInstanceAttribute()
public void setInstanceAttribute(InstanceAttribute instanceAttribute)
instanceAttribute
- The described instance attribute.public DescribeInstanceAttributeResult withInstanceAttribute(InstanceAttribute instanceAttribute)
Returns a reference to this object so that method calls can be chained together.
instanceAttribute
- The described instance attribute.
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 |