@Generated(value="software.amazon.awssdk:codegen") public final class StackSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StackSummary.Builder,StackSummary>
Summarizes the number of layers, instances, and apps in a stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StackSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
appsCount()
The number of apps.
|
String |
arn()
The stack's ARN.
|
static StackSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstancesCount |
instancesCount()
An
InstancesCount object with the number of instances in each status. |
Integer |
layersCount()
The number of layers.
|
String |
name()
The stack name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StackSummary.Builder> |
serializableBuilderClass() |
String |
stackId()
The stack ID.
|
StackSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackId()
The stack ID.
public final String name()
The stack name.
public final String arn()
The stack's ARN.
public final Integer layersCount()
The number of layers.
public final Integer appsCount()
The number of apps.
public final InstancesCount instancesCount()
An InstancesCount object with the number of instances in each status.
InstancesCount object with the number of instances in each status.public StackSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StackSummary.Builder,StackSummary>public static StackSummary.Builder builder()
public static Class<? extends StackSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.