@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstanceAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInstanceAttributeResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstanceAttributeResult |
clone() |
boolean |
equals(Object obj) |
Attribute |
getAttribute()
The type of attribute.
|
int |
hashCode() |
void |
setAttribute(Attribute attribute)
The type of attribute.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstanceAttributeResult |
withAttribute(Attribute attribute)
The type of attribute.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttribute(Attribute attribute)
The type of attribute.
attribute
- The type of attribute.public Attribute getAttribute()
The type of attribute.
public DescribeInstanceAttributeResult withAttribute(Attribute attribute)
The type of attribute.
attribute
- The type of attribute.public String toString()
toString
in class Object
Object.toString()
public DescribeInstanceAttributeResult clone()