|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.CancelledSpotInstanceRequest
public class CancelledSpotInstanceRequest
Cancelled Spot Instance Request
| Constructor Summary | |
|---|---|
CancelledSpotInstanceRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getSpotInstanceRequestId()
Returns the value of the SpotInstanceRequestId property for this object. |
String |
getState()
Returns the value of the State property for this object. |
int |
hashCode()
|
void |
setSpotInstanceRequestId(String spotInstanceRequestId)
Sets the value of the SpotInstanceRequestId property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelledSpotInstanceRequest |
withSpotInstanceRequestId(String spotInstanceRequestId)
Sets the value of the SpotInstanceRequestId property for this object. |
CancelledSpotInstanceRequest |
withState(String state)
Sets the value of the State property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelledSpotInstanceRequest()
| Method Detail |
|---|
public String getSpotInstanceRequestId()
public void setSpotInstanceRequestId(String spotInstanceRequestId)
spotInstanceRequestId - The new value for the SpotInstanceRequestId property for this object.public CancelledSpotInstanceRequest withSpotInstanceRequestId(String spotInstanceRequestId)
Returns a reference to this object so that method calls can be chained together.
spotInstanceRequestId - The new value for the SpotInstanceRequestId property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public CancelledSpotInstanceRequest withState(String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||