StructuredPojo
, ToCopyableBuilder<LifecycleEvent.Builder,LifecycleEvent>
@Generated("software.amazon.awssdk:codegen") public class LifecycleEvent extends Object implements StructuredPojo, ToCopyableBuilder<LifecycleEvent.Builder,LifecycleEvent>
Information about a deployment lifecycle event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LifecycleEvent.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
LifecycleEventStatus
public LifecycleEvent.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LifecycleEvent.Builder,LifecycleEvent>
public static LifecycleEvent.Builder builder()
public static Class<? extends LifecycleEvent.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.