Class DeploymentOverview
- java.lang.Object
-
- software.amazon.awssdk.services.codedeploy.model.DeploymentOverview
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentOverview.Builder,DeploymentOverview>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentOverview extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentOverview.Builder,DeploymentOverview>
Information about the deployment status of the instances in the deployment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentOverview.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentOverview.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Longfailed()The number of instances in the deployment in a failed state.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LonginProgress()The number of instances in which the deployment is in progress.Longpending()The number of instances in the deployment in a pending state.Longready()The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.List<SdkField<?>>sdkFields()static Class<? extends DeploymentOverview.Builder>serializableBuilderClass()Longskipped()The number of instances in the deployment in a skipped state.Longsucceeded()The number of instances in the deployment to which revisions have been successfully deployed.DeploymentOverview.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
-
pending
public final Long pending()
The number of instances in the deployment in a pending state.
- Returns:
- The number of instances in the deployment in a pending state.
-
inProgress
public final Long inProgress()
The number of instances in which the deployment is in progress.
- Returns:
- The number of instances in which the deployment is in progress.
-
succeeded
public final Long succeeded()
The number of instances in the deployment to which revisions have been successfully deployed.
- Returns:
- The number of instances in the deployment to which revisions have been successfully deployed.
-
failed
public final Long failed()
The number of instances in the deployment in a failed state.
- Returns:
- The number of instances in the deployment in a failed state.
-
skipped
public final Long skipped()
The number of instances in the deployment in a skipped state.
- Returns:
- The number of instances in the deployment in a skipped state.
-
ready
public final Long ready()
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
- Returns:
- The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
-
toBuilder
public DeploymentOverview.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentOverview.Builder,DeploymentOverview>
-
builder
public static DeploymentOverview.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentOverview.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.
-
-