@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateInfo extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StateInfo() |
| Modifier and Type | Method and Description |
|---|---|
StateInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getMessage() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCode(String code) |
void |
setMessage(String message) |
String |
toString()
Returns a string representation of this object.
|
StateInfo |
withCode(String code) |
StateInfo |
withMessage(String message) |
public void setCode(String code)
code - public String getCode()
public StateInfo withCode(String code)
code - public void setMessage(String message)
message - public String getMessage()
public StateInfo withMessage(String message)
message - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.