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