@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceleratorCountRequest extends Object implements Serializable, Cloneable
Specifies the minimum and maximum for the AcceleratorCount
object when you specify
InstanceRequirements for an Auto Scaling group.
Constructor and Description |
---|
AcceleratorCountRequest() |
Modifier and Type | Method and Description |
---|---|
AcceleratorCountRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMax()
The maximum value.
|
Integer |
getMin()
The minimum value.
|
int |
hashCode() |
void |
setMax(Integer max)
The maximum value.
|
void |
setMin(Integer min)
The minimum value.
|
String |
toString()
Returns a string representation of this object.
|
AcceleratorCountRequest |
withMax(Integer max)
The maximum value.
|
AcceleratorCountRequest |
withMin(Integer min)
The minimum value.
|
public void setMin(Integer min)
The minimum value.
min
- The minimum value.public Integer getMin()
The minimum value.
public AcceleratorCountRequest withMin(Integer min)
The minimum value.
min
- The minimum value.public void setMax(Integer max)
The maximum value.
max
- The maximum value.public Integer getMax()
The maximum value.
public AcceleratorCountRequest withMax(Integer max)
The maximum value.
max
- The maximum value.public String toString()
toString
in class Object
Object.toString()
public AcceleratorCountRequest clone()