@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summarizes the number of layers, instances, and apps in a stack.
| Constructor and Description | 
|---|
| StackSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| StackSummary | clone() | 
| boolean | equals(Object obj) | 
| Integer | getAppsCount()
 The number of apps. | 
| String | getArn()
 The stack's ARN. | 
| InstancesCount | getInstancesCount()
 An  InstancesCountobject with the number of instances in each status. | 
| Integer | getLayersCount()
 The number of layers. | 
| String | getName()
 The stack name. | 
| String | getStackId()
 The stack ID. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAppsCount(Integer appsCount)
 The number of apps. | 
| void | setArn(String arn)
 The stack's ARN. | 
| void | setInstancesCount(InstancesCount instancesCount)
 An  InstancesCountobject with the number of instances in each status. | 
| void | setLayersCount(Integer layersCount)
 The number of layers. | 
| void | setName(String name)
 The stack name. | 
| void | setStackId(String stackId)
 The stack ID. | 
| String | toString()Returns a string representation of this object. | 
| StackSummary | withAppsCount(Integer appsCount)
 The number of apps. | 
| StackSummary | withArn(String arn)
 The stack's ARN. | 
| StackSummary | withInstancesCount(InstancesCount instancesCount)
 An  InstancesCountobject with the number of instances in each status. | 
| StackSummary | withLayersCount(Integer layersCount)
 The number of layers. | 
| StackSummary | withName(String name)
 The stack name. | 
| StackSummary | withStackId(String stackId)
 The stack ID. | 
public void setStackId(String stackId)
The stack ID.
stackId - The stack ID.public String getStackId()
The stack ID.
public StackSummary withStackId(String stackId)
The stack ID.
stackId - The stack ID.public void setName(String name)
The stack name.
name - The stack name.public String getName()
The stack name.
public StackSummary withName(String name)
The stack name.
name - The stack name.public void setArn(String arn)
The stack's ARN.
arn - The stack's ARN.public String getArn()
The stack's ARN.
public StackSummary withArn(String arn)
The stack's ARN.
arn - The stack's ARN.public void setLayersCount(Integer layersCount)
The number of layers.
layersCount - The number of layers.public Integer getLayersCount()
The number of layers.
public StackSummary withLayersCount(Integer layersCount)
The number of layers.
layersCount - The number of layers.public void setAppsCount(Integer appsCount)
The number of apps.
appsCount - The number of apps.public Integer getAppsCount()
The number of apps.
public StackSummary withAppsCount(Integer appsCount)
The number of apps.
appsCount - The number of apps.public void setInstancesCount(InstancesCount instancesCount)
 An InstancesCount object with the number of instances in each status.
 
instancesCount - An InstancesCount object with the number of instances in each status.public InstancesCount getInstancesCount()
 An InstancesCount object with the number of instances in each status.
 
InstancesCount object with the number of instances in each status.public StackSummary withInstancesCount(InstancesCount instancesCount)
 An InstancesCount object with the number of instances in each status.
 
instancesCount - An InstancesCount object with the number of instances in each status.public String toString()
toString in class ObjectObject.toString()public StackSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.