|
|||||||
| 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
| Constructor Summary | |
|---|---|
CancelledSpotInstanceRequest()
|
|
| Method Summary | |
|---|---|
String |
getSpotInstanceRequestId()
|
String |
getState()
|
void |
setSpotInstanceRequestId(String spotInstanceRequestId)
|
void |
setState(String state)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelledSpotInstanceRequest |
withSpotInstanceRequestId(String spotInstanceRequestId)
Returns a reference to this object so that method calls can be chained together. |
CancelledSpotInstanceRequest |
withState(String state)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelledSpotInstanceRequest()
| Method Detail |
|---|
public String getSpotInstanceRequestId()
public void setSpotInstanceRequestId(String spotInstanceRequestId)
spotInstanceRequestId - public CancelledSpotInstanceRequest withSpotInstanceRequestId(String spotInstanceRequestId)
Returns a reference to this object so that method calls can be chained together.
spotInstanceRequestId -
public String getState()
public void setState(String state)
state - public CancelledSpotInstanceRequest withState(String state)
Returns a reference to this object so that method calls can be chained together.
state -
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||