public class TerminateMachineRequest extends Object
| Constructor and Description |
|---|
TerminateMachineRequest(boolean decrementDesiredSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isDecrementDesiredSize()
Indicates if the desired size of the group should be decremented after
terminating the machine.
|
void |
setDecrementDesiredSize(boolean decrementDesiredSize)
Set to
true if the desired size of the group should be
decremented after terminating the machine. |
String |
toString() |
public TerminateMachineRequest(boolean decrementDesiredSize)
public boolean isDecrementDesiredSize()
public void setDecrementDesiredSize(boolean decrementDesiredSize)
true if the desired size of the group should be
decremented after terminating the machine.decrementDesiredSize - Copyright © 2011–2017 Elastisys. All rights reserved.