|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.SpotInstanceStateFault
public class SpotInstanceStateFault
Constructor Summary | |
---|---|
SpotInstanceStateFault()
|
Method Summary | |
---|---|
String |
getCode()
|
String |
getMessage()
|
void |
setCode(String code)
|
void |
setMessage(String message)
|
String |
toString()
|
SpotInstanceStateFault |
withCode(String code)
Returns a reference to this object so that method calls can be chained together. |
SpotInstanceStateFault |
withMessage(String message)
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 SpotInstanceStateFault()
Method Detail |
---|
public String getCode()
public void setCode(String code)
code
- public SpotInstanceStateFault withCode(String code)
Returns a reference to this object so that method calls can be chained together.
code
-
public String getMessage()
public void setMessage(String message)
message
- public SpotInstanceStateFault withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
message
-
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |