@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Message extends Object implements Serializable, Cloneable, StructuredPojo
Information relating to readiness check status.
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
Message |
clone() |
boolean |
equals(Object obj) |
String |
getMessageText()
The text of a readiness check message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMessageText(String messageText)
The text of a readiness check message.
|
String |
toString()
Returns a string representation of this object.
|
Message |
withMessageText(String messageText)
The text of a readiness check message.
|
public void setMessageText(String messageText)
The text of a readiness check message.
messageText - The text of a readiness check message.public String getMessageText()
The text of a readiness check message.
public Message withMessageText(String messageText)
The text of a readiness check message.
messageText - The text of a readiness check 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.