@Generated(value="software.amazon.awssdk:codegen") public class InstancesCount extends Object implements StructuredPojo, ToCopyableBuilder<InstancesCount.Builder,InstancesCount>
Describes how many instances a stack has for each status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstancesCount.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
assigning()
The number of instances in the Assigning state.
|
Integer |
booting()
The number of instances with
booting status. |
static InstancesCount.Builder |
builder() |
Integer |
connectionLost()
The number of instances with
connection_lost status. |
Integer |
deregistering()
The number of instances in the Deregistering state.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Integer |
online()
The number of instances with
online status. |
Integer |
pending()
The number of instances with
pending status. |
Integer |
rebooting()
The number of instances with
rebooting status. |
Integer |
registered()
The number of instances in the Registered state.
|
Integer |
registering()
The number of instances in the Registering state.
|
Integer |
requested()
The number of instances with
requested status. |
Integer |
runningSetup()
The number of instances with
running_setup status. |
static Class<? extends InstancesCount.Builder> |
serializableBuilderClass() |
Integer |
setupFailed()
The number of instances with
setup_failed status. |
Integer |
shuttingDown()
The number of instances with
shutting_down status. |
Integer |
startFailed()
The number of instances with
start_failed status. |
Integer |
stopped()
The number of instances with
stopped status. |
Integer |
stopping()
The number of instances with
stopping status. |
Integer |
terminated()
The number of instances with
terminated status. |
Integer |
terminating()
The number of instances with
terminating status. |
InstancesCount.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
unassigning()
The number of instances in the Unassigning state.
|
copypublic Integer assigning()
The number of instances in the Assigning state.
public Integer booting()
The number of instances with booting status.
booting status.public Integer connectionLost()
The number of instances with connection_lost status.
connection_lost status.public Integer deregistering()
The number of instances in the Deregistering state.
public Integer online()
The number of instances with online status.
online status.public Integer pending()
The number of instances with pending status.
pending status.public Integer rebooting()
The number of instances with rebooting status.
rebooting status.public Integer registered()
The number of instances in the Registered state.
public Integer registering()
The number of instances in the Registering state.
public Integer requested()
The number of instances with requested status.
requested status.public Integer runningSetup()
The number of instances with running_setup status.
running_setup status.public Integer setupFailed()
The number of instances with setup_failed status.
setup_failed status.public Integer shuttingDown()
The number of instances with shutting_down status.
shutting_down status.public Integer startFailed()
The number of instances with start_failed status.
start_failed status.public Integer stopped()
The number of instances with stopped status.
stopped status.public Integer stopping()
The number of instances with stopping status.
stopping status.public Integer terminated()
The number of instances with terminated status.
terminated status.public Integer terminating()
The number of instances with terminating status.
terminating status.public Integer unassigning()
The number of instances in the Unassigning state.
public InstancesCount.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InstancesCount.Builder,InstancesCount>public static InstancesCount.Builder builder()
public static Class<? extends InstancesCount.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.