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()
boolean
AShutdownEventConfiguration
object that specifies the Shutdown event configuration.int
hashCode()
void
setShutdown
(ShutdownEventConfiguration shutdown) AShutdownEventConfiguration
object that specifies the Shutdown event configuration.toString()
Returns a string representation of this object; useful for testing and debugging.withShutdown
(ShutdownEventConfiguration shutdown) AShutdownEventConfiguration
object that specifies the Shutdown event configuration.
-
Constructor Details
-
LifecycleEventConfiguration
public LifecycleEventConfiguration()
-
-
Method Details
-
setShutdown
A
ShutdownEventConfiguration
object that specifies the Shutdown event configuration.- Parameters:
shutdown
- AShutdownEventConfiguration
object that specifies the Shutdown event configuration.
-
getShutdown
A
ShutdownEventConfiguration
object that specifies the Shutdown event configuration.- Returns:
- A
ShutdownEventConfiguration
object that specifies the Shutdown event configuration.
-
withShutdown
A
ShutdownEventConfiguration
object that specifies the Shutdown event configuration.- Parameters:
shutdown
- AShutdownEventConfiguration
object 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
-