Class LifecycleEventConfiguration
java.lang.Object
com.amazonaws.services.opsworks.model.LifecycleEventConfiguration
- All Implemented Interfaces:
Serializable,Cloneable
Specifies the lifecycle event configuration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAShutdownEventConfigurationobject that specifies the Shutdown event configuration.inthashCode()voidsetShutdown(ShutdownEventConfiguration shutdown) AShutdownEventConfigurationobject that specifies the Shutdown event configuration.toString()Returns a string representation of this object; useful for testing and debugging.withShutdown(ShutdownEventConfiguration shutdown) AShutdownEventConfigurationobject that specifies the Shutdown event configuration.
-
Constructor Details
-
LifecycleEventConfiguration
public LifecycleEventConfiguration()
-
-
Method Details
-
setShutdown
A
ShutdownEventConfigurationobject that specifies the Shutdown event configuration.- Parameters:
shutdown- AShutdownEventConfigurationobject that specifies the Shutdown event configuration.
-
getShutdown
A
ShutdownEventConfigurationobject that specifies the Shutdown event configuration.- Returns:
- A
ShutdownEventConfigurationobject that specifies the Shutdown event configuration.
-
withShutdown
A
ShutdownEventConfigurationobject that specifies the Shutdown event configuration.- Parameters:
shutdown- AShutdownEventConfigurationobject that specifies the Shutdown event configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-