@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 String stackId()
The stack ID.
public String name()
The stack name.
public String arn()
The stack's ARN.
public Integer layersCount()
The number of layers.
public Integer appsCount()
The number of apps.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.