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