public class DescribeInstanceAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeInstanceAttributeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
InstanceAttribute |
getInstanceAttribute() |
int |
hashCode() |
void |
setInstanceAttribute(InstanceAttribute instanceAttribute) |
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.