@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSystemInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetSystemInstanceResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetSystemInstanceResult | clone() | 
| boolean | equals(Object obj) | 
| SystemInstanceDescription | getDescription()
 An object that describes the system instance. | 
| int | hashCode() | 
| void | setDescription(SystemInstanceDescription description)
 An object that describes the system instance. | 
| String | toString()Returns a string representation of this object. | 
| GetSystemInstanceResult | withDescription(SystemInstanceDescription description)
 An object that describes the system instance. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDescription(SystemInstanceDescription description)
An object that describes the system instance.
description - An object that describes the system instance.public SystemInstanceDescription getDescription()
An object that describes the system instance.
public GetSystemInstanceResult withDescription(SystemInstanceDescription description)
An object that describes the system instance.
description - An object that describes the system instance.public String toString()
toString in class ObjectObject.toString()public GetSystemInstanceResult clone()