@Generated(value="software.amazon.awssdk:codegen") public class LifecycleEvent extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<LifecycleEvent.Builder,LifecycleEvent>
Information about a deployment lifecycle event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LifecycleEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleEvent.Builder |
builder() |
Diagnostics |
diagnostics()
Diagnostic information about the deployment lifecycle event.
|
Date |
endTime()
A timestamp indicating when the deployment lifecycle event ended.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
lifecycleEventName()
The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or
ValidateService.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends LifecycleEvent.Builder> |
serializableBuilderClass() |
Date |
startTime()
A timestamp indicating when the deployment lifecycle event started.
|
String |
status()
The deployment lifecycle event status:
|
LifecycleEvent.Builder |
toBuilder() |
String |
toString() |
public String lifecycleEventName()
The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.
public Diagnostics diagnostics()
Diagnostic information about the deployment lifecycle event.
public Date startTime()
A timestamp indicating when the deployment lifecycle event started.
public Date endTime()
A timestamp indicating when the deployment lifecycle event ended.
public String status()
The deployment lifecycle event status:
Pending: The deployment lifecycle event is pending.
InProgress: The deployment lifecycle event is in progress.
Succeeded: The deployment lifecycle event ran successfully.
Failed: The deployment lifecycle event has failed.
Skipped: The deployment lifecycle event has been skipped.
Unknown: The deployment lifecycle event is unknown.
Pending: The deployment lifecycle event is pending.
InProgress: The deployment lifecycle event is in progress.
Succeeded: The deployment lifecycle event ran successfully.
Failed: The deployment lifecycle event has failed.
Skipped: The deployment lifecycle event has been skipped.
Unknown: The deployment lifecycle event is unknown.
LifecycleEventStatuspublic LifecycleEvent.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<LifecycleEvent.Builder,LifecycleEvent>public static LifecycleEvent.Builder builder()
public static Class<? extends LifecycleEvent.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.