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