@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; useful for testing and debugging.
|
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 Object
Object.toString()
public LifecycleEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.