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