@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, setSdkResponseMetadata public GetSystemInstanceResult()
public 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 Object Object.toString() public GetSystemInstanceResult clone()