@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifecycleEventConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the lifecycle event configuration
| Constructor and Description |
|---|
LifecycleEventConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleEventConfiguration |
clone() |
boolean |
equals(Object obj) |
ShutdownEventConfiguration |
getShutdown()
A
ShutdownEventConfiguration object that specifies the Shutdown event configuration. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setShutdown(ShutdownEventConfiguration shutdown)
A
ShutdownEventConfiguration object that specifies the Shutdown event configuration. |
String |
toString()
Returns a string representation of this object.
|
LifecycleEventConfiguration |
withShutdown(ShutdownEventConfiguration shutdown)
A
ShutdownEventConfiguration object that specifies the Shutdown event configuration. |
public void setShutdown(ShutdownEventConfiguration shutdown)
A ShutdownEventConfiguration object that specifies the Shutdown event configuration.
shutdown - A ShutdownEventConfiguration object that specifies the Shutdown event configuration.public ShutdownEventConfiguration getShutdown()
A ShutdownEventConfiguration object that specifies the Shutdown event configuration.
ShutdownEventConfiguration object that specifies the Shutdown event configuration.public LifecycleEventConfiguration withShutdown(ShutdownEventConfiguration shutdown)
A ShutdownEventConfiguration object that specifies the Shutdown event configuration.
shutdown - A ShutdownEventConfiguration object that specifies the Shutdown event configuration.public String toString()
toString in class ObjectObject.toString()public LifecycleEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.