@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TotalLocalStorageGB extends Object implements Serializable, Cloneable
The minimum and maximum amount of total local storage, in GB.
Constructor and Description |
---|
TotalLocalStorageGB() |
Modifier and Type | Method and Description |
---|---|
TotalLocalStorageGB |
clone() |
boolean |
equals(Object obj) |
Double |
getMax()
The maximum amount of total local storage, in GB.
|
Double |
getMin()
The minimum amount of total local storage, in GB.
|
int |
hashCode() |
void |
setMax(Double max)
The maximum amount of total local storage, in GB.
|
void |
setMin(Double min)
The minimum amount of total local storage, in GB.
|
String |
toString()
Returns a string representation of this object.
|
TotalLocalStorageGB |
withMax(Double max)
The maximum amount of total local storage, in GB.
|
TotalLocalStorageGB |
withMin(Double min)
The minimum amount of total local storage, in GB.
|
public void setMin(Double min)
The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.
min
- The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum
limit.public Double getMin()
The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.
public TotalLocalStorageGB withMin(Double min)
The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.
min
- The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum
limit.public void setMax(Double max)
The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.
max
- The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum
limit.public Double getMax()
The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.
public TotalLocalStorageGB withMax(Double max)
The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.
max
- The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum
limit.public String toString()
toString
in class Object
Object.toString()
public TotalLocalStorageGB clone()