Class DeploymentDataSummary
- java.lang.Object
-
- software.amazon.awssdk.services.launchwizard.model.DeploymentDataSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentDataSummary.Builder,DeploymentDataSummary>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentDataSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentDataSummary.Builder,DeploymentDataSummary>
A summary of the deployment data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentDataSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentDataSummary.Builderbuilder()InstantcreatedAt()The time the deployment was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the deployment.Stringname()The name of the deploymentStringpatternName()The name of the workload deployment pattern.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeploymentDataSummary.Builder>serializableBuilderClass()DeploymentStatusstatus()The status of the deployment.StringstatusAsString()The status of the deployment.DeploymentDataSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkloadName()The name of the workload.-
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
-
createdAt
public final Instant createdAt()
The time the deployment was created.
- Returns:
- The time the deployment was created.
-
id
public final String id()
The ID of the deployment.
- Returns:
- The ID of the deployment.
-
name
public final String name()
The name of the deployment
- Returns:
- The name of the deployment
-
patternName
public final String patternName()
The name of the workload deployment pattern.
- Returns:
- The name of the workload deployment pattern.
-
status
public final DeploymentStatus status()
The status of the deployment.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the deployment.
- See Also:
DeploymentStatus
-
statusAsString
public final String statusAsString()
The status of the deployment.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the deployment.
- See Also:
DeploymentStatus
-
workloadName
public final String workloadName()
The name of the workload.
- Returns:
- The name of the workload.
-
toBuilder
public DeploymentDataSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentDataSummary.Builder,DeploymentDataSummary>
-
builder
public static DeploymentDataSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentDataSummary.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
-
-