Class DeploymentEventDataSummary
- java.lang.Object
-
- software.amazon.awssdk.services.launchwizard.model.DeploymentEventDataSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentEventDataSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>
A summary of the deployment event data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentEventDataSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentEventDataSummary.Builderbuilder()Stringdescription()The description of the deployment event.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the deployment event.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeploymentEventDataSummary.Builder>serializableBuilderClass()EventStatusstatus()The status of the deployment event.StringstatusAsString()The status of the deployment event.StringstatusReason()The reason of the deployment event status.Instanttimestamp()The timestamp of the deployment event.DeploymentEventDataSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
description
public final String description()
The description of the deployment event.
- Returns:
- The description of the deployment event.
-
name
public final String name()
The name of the deployment event.
- Returns:
- The name of the deployment event.
-
status
public final EventStatus status()
The status of the deployment event.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the deployment event.
- See Also:
EventStatus
-
statusAsString
public final String statusAsString()
The status of the deployment event.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the deployment event.
- See Also:
EventStatus
-
statusReason
public final String statusReason()
The reason of the deployment event status.
- Returns:
- The reason of the deployment event status.
-
timestamp
public final Instant timestamp()
The timestamp of the deployment event.
- Returns:
- The timestamp of the deployment event.
-
toBuilder
public DeploymentEventDataSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>
-
builder
public static DeploymentEventDataSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentEventDataSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-