|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xerox.amazonws.ec2.InstanceState
public class InstanceState
This is a container class for instance state
Constructor Summary | |
---|---|
InstanceState(String instanceId,
String state,
String reasonCode,
String description)
|
Method Summary | |
---|---|
String |
getDescription()
|
String |
getInstanceId()
|
String |
getReasonCode()
|
String |
getState()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceState(String instanceId, String state, String reasonCode, String description)
Method Detail |
---|
public String getInstanceId()
public String getState()
public String getReasonCode()
public String getDescription()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |