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