@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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.