@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstancesCount extends Object implements Serializable, Cloneable, StructuredPojo
Describes how many instances a stack has for each status.
Constructor and Description |
---|
InstancesCount() |
Modifier and Type | Method and Description |
---|---|
InstancesCount |
clone() |
boolean |
equals(Object obj) |
Integer |
getAssigning()
The number of instances in the Assigning state.
|
Integer |
getBooting()
The number of instances with
booting status. |
Integer |
getConnectionLost()
The number of instances with
connection_lost status. |
Integer |
getDeregistering()
The number of instances in the Deregistering state.
|
Integer |
getOnline()
The number of instances with
online status. |
Integer |
getPending()
The number of instances with
pending status. |
Integer |
getRebooting()
The number of instances with
rebooting status. |
Integer |
getRegistered()
The number of instances in the Registered state.
|
Integer |
getRegistering()
The number of instances in the Registering state.
|
Integer |
getRequested()
The number of instances with
requested status. |
Integer |
getRunningSetup()
The number of instances with
running_setup status. |
Integer |
getSetupFailed()
The number of instances with
setup_failed status. |
Integer |
getShuttingDown()
The number of instances with
shutting_down status. |
Integer |
getStartFailed()
The number of instances with
start_failed status. |
Integer |
getStopped()
The number of instances with
stopped status. |
Integer |
getStopping()
The number of instances with
stopping status. |
Integer |
getTerminated()
The number of instances with
terminated status. |
Integer |
getTerminating()
The number of instances with
terminating status. |
Integer |
getUnassigning()
The number of instances in the Unassigning state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssigning(Integer assigning)
The number of instances in the Assigning state.
|
void |
setBooting(Integer booting)
The number of instances with
booting status. |
void |
setConnectionLost(Integer connectionLost)
The number of instances with
connection_lost status. |
void |
setDeregistering(Integer deregistering)
The number of instances in the Deregistering state.
|
void |
setOnline(Integer online)
The number of instances with
online status. |
void |
setPending(Integer pending)
The number of instances with
pending status. |
void |
setRebooting(Integer rebooting)
The number of instances with
rebooting status. |
void |
setRegistered(Integer registered)
The number of instances in the Registered state.
|
void |
setRegistering(Integer registering)
The number of instances in the Registering state.
|
void |
setRequested(Integer requested)
The number of instances with
requested status. |
void |
setRunningSetup(Integer runningSetup)
The number of instances with
running_setup status. |
void |
setSetupFailed(Integer setupFailed)
The number of instances with
setup_failed status. |
void |
setShuttingDown(Integer shuttingDown)
The number of instances with
shutting_down status. |
void |
setStartFailed(Integer startFailed)
The number of instances with
start_failed status. |
void |
setStopped(Integer stopped)
The number of instances with
stopped status. |
void |
setStopping(Integer stopping)
The number of instances with
stopping status. |
void |
setTerminated(Integer terminated)
The number of instances with
terminated status. |
void |
setTerminating(Integer terminating)
The number of instances with
terminating status. |
void |
setUnassigning(Integer unassigning)
The number of instances in the Unassigning state.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstancesCount |
withAssigning(Integer assigning)
The number of instances in the Assigning state.
|
InstancesCount |
withBooting(Integer booting)
The number of instances with
booting status. |
InstancesCount |
withConnectionLost(Integer connectionLost)
The number of instances with
connection_lost status. |
InstancesCount |
withDeregistering(Integer deregistering)
The number of instances in the Deregistering state.
|
InstancesCount |
withOnline(Integer online)
The number of instances with
online status. |
InstancesCount |
withPending(Integer pending)
The number of instances with
pending status. |
InstancesCount |
withRebooting(Integer rebooting)
The number of instances with
rebooting status. |
InstancesCount |
withRegistered(Integer registered)
The number of instances in the Registered state.
|
InstancesCount |
withRegistering(Integer registering)
The number of instances in the Registering state.
|
InstancesCount |
withRequested(Integer requested)
The number of instances with
requested status. |
InstancesCount |
withRunningSetup(Integer runningSetup)
The number of instances with
running_setup status. |
InstancesCount |
withSetupFailed(Integer setupFailed)
The number of instances with
setup_failed status. |
InstancesCount |
withShuttingDown(Integer shuttingDown)
The number of instances with
shutting_down status. |
InstancesCount |
withStartFailed(Integer startFailed)
The number of instances with
start_failed status. |
InstancesCount |
withStopped(Integer stopped)
The number of instances with
stopped status. |
InstancesCount |
withStopping(Integer stopping)
The number of instances with
stopping status. |
InstancesCount |
withTerminated(Integer terminated)
The number of instances with
terminated status. |
InstancesCount |
withTerminating(Integer terminating)
The number of instances with
terminating status. |
InstancesCount |
withUnassigning(Integer unassigning)
The number of instances in the Unassigning state.
|
public void setAssigning(Integer assigning)
The number of instances in the Assigning state.
assigning
- The number of instances in the Assigning state.public Integer getAssigning()
The number of instances in the Assigning state.
public InstancesCount withAssigning(Integer assigning)
The number of instances in the Assigning state.
assigning
- The number of instances in the Assigning state.public void setBooting(Integer booting)
The number of instances with booting
status.
booting
- The number of instances with booting
status.public Integer getBooting()
The number of instances with booting
status.
booting
status.public InstancesCount withBooting(Integer booting)
The number of instances with booting
status.
booting
- The number of instances with booting
status.public void setConnectionLost(Integer connectionLost)
The number of instances with connection_lost
status.
connectionLost
- The number of instances with connection_lost
status.public Integer getConnectionLost()
The number of instances with connection_lost
status.
connection_lost
status.public InstancesCount withConnectionLost(Integer connectionLost)
The number of instances with connection_lost
status.
connectionLost
- The number of instances with connection_lost
status.public void setDeregistering(Integer deregistering)
The number of instances in the Deregistering state.
deregistering
- The number of instances in the Deregistering state.public Integer getDeregistering()
The number of instances in the Deregistering state.
public InstancesCount withDeregistering(Integer deregistering)
The number of instances in the Deregistering state.
deregistering
- The number of instances in the Deregistering state.public void setOnline(Integer online)
The number of instances with online
status.
online
- The number of instances with online
status.public Integer getOnline()
The number of instances with online
status.
online
status.public InstancesCount withOnline(Integer online)
The number of instances with online
status.
online
- The number of instances with online
status.public void setPending(Integer pending)
The number of instances with pending
status.
pending
- The number of instances with pending
status.public Integer getPending()
The number of instances with pending
status.
pending
status.public InstancesCount withPending(Integer pending)
The number of instances with pending
status.
pending
- The number of instances with pending
status.public void setRebooting(Integer rebooting)
The number of instances with rebooting
status.
rebooting
- The number of instances with rebooting
status.public Integer getRebooting()
The number of instances with rebooting
status.
rebooting
status.public InstancesCount withRebooting(Integer rebooting)
The number of instances with rebooting
status.
rebooting
- The number of instances with rebooting
status.public void setRegistered(Integer registered)
The number of instances in the Registered state.
registered
- The number of instances in the Registered state.public Integer getRegistered()
The number of instances in the Registered state.
public InstancesCount withRegistered(Integer registered)
The number of instances in the Registered state.
registered
- The number of instances in the Registered state.public void setRegistering(Integer registering)
The number of instances in the Registering state.
registering
- The number of instances in the Registering state.public Integer getRegistering()
The number of instances in the Registering state.
public InstancesCount withRegistering(Integer registering)
The number of instances in the Registering state.
registering
- The number of instances in the Registering state.public void setRequested(Integer requested)
The number of instances with requested
status.
requested
- The number of instances with requested
status.public Integer getRequested()
The number of instances with requested
status.
requested
status.public InstancesCount withRequested(Integer requested)
The number of instances with requested
status.
requested
- The number of instances with requested
status.public void setRunningSetup(Integer runningSetup)
The number of instances with running_setup
status.
runningSetup
- The number of instances with running_setup
status.public Integer getRunningSetup()
The number of instances with running_setup
status.
running_setup
status.public InstancesCount withRunningSetup(Integer runningSetup)
The number of instances with running_setup
status.
runningSetup
- The number of instances with running_setup
status.public void setSetupFailed(Integer setupFailed)
The number of instances with setup_failed
status.
setupFailed
- The number of instances with setup_failed
status.public Integer getSetupFailed()
The number of instances with setup_failed
status.
setup_failed
status.public InstancesCount withSetupFailed(Integer setupFailed)
The number of instances with setup_failed
status.
setupFailed
- The number of instances with setup_failed
status.public void setShuttingDown(Integer shuttingDown)
The number of instances with shutting_down
status.
shuttingDown
- The number of instances with shutting_down
status.public Integer getShuttingDown()
The number of instances with shutting_down
status.
shutting_down
status.public InstancesCount withShuttingDown(Integer shuttingDown)
The number of instances with shutting_down
status.
shuttingDown
- The number of instances with shutting_down
status.public void setStartFailed(Integer startFailed)
The number of instances with start_failed
status.
startFailed
- The number of instances with start_failed
status.public Integer getStartFailed()
The number of instances with start_failed
status.
start_failed
status.public InstancesCount withStartFailed(Integer startFailed)
The number of instances with start_failed
status.
startFailed
- The number of instances with start_failed
status.public void setStopped(Integer stopped)
The number of instances with stopped
status.
stopped
- The number of instances with stopped
status.public Integer getStopped()
The number of instances with stopped
status.
stopped
status.public InstancesCount withStopped(Integer stopped)
The number of instances with stopped
status.
stopped
- The number of instances with stopped
status.public void setStopping(Integer stopping)
The number of instances with stopping
status.
stopping
- The number of instances with stopping
status.public Integer getStopping()
The number of instances with stopping
status.
stopping
status.public InstancesCount withStopping(Integer stopping)
The number of instances with stopping
status.
stopping
- The number of instances with stopping
status.public void setTerminated(Integer terminated)
The number of instances with terminated
status.
terminated
- The number of instances with terminated
status.public Integer getTerminated()
The number of instances with terminated
status.
terminated
status.public InstancesCount withTerminated(Integer terminated)
The number of instances with terminated
status.
terminated
- The number of instances with terminated
status.public void setTerminating(Integer terminating)
The number of instances with terminating
status.
terminating
- The number of instances with terminating
status.public Integer getTerminating()
The number of instances with terminating
status.
terminating
status.public InstancesCount withTerminating(Integer terminating)
The number of instances with terminating
status.
terminating
- The number of instances with terminating
status.public void setUnassigning(Integer unassigning)
The number of instances in the Unassigning state.
unassigning
- The number of instances in the Unassigning state.public Integer getUnassigning()
The number of instances in the Unassigning state.
public InstancesCount withUnassigning(Integer unassigning)
The number of instances in the Unassigning state.
unassigning
- The number of instances in the Unassigning state.public String toString()
toString
in class Object
Object.toString()
public InstancesCount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.