|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.InstanceStateChangeDescription
public class InstanceStateChangeDescription
An instance of this class represents an EC2 instance after a request has been issued to terminate/start/stop that instance.
| Constructor Summary | |
|---|---|
InstanceStateChangeDescription(String id,
String prevState,
int prevStateCode,
String currentState,
int currentStateCode)
|
|
| Method Summary | |
|---|---|
String |
getCurrentState()
|
int |
getCurrentStateCode()
|
String |
getInstanceId()
|
String |
getPreviousState()
|
int |
getPreviousStateCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceStateChangeDescription(String id,
String prevState,
int prevStateCode,
String currentState,
int currentStateCode)
| Method Detail |
|---|
public String getInstanceId()
public String getPreviousState()
public String getCurrentState()
public int getPreviousStateCode()
public int getCurrentStateCode()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||