@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BaselineEbsBandwidthMbps extends Object implements Serializable, Cloneable
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.
Constructor and Description |
---|
BaselineEbsBandwidthMbps() |
Modifier and Type | Method and Description |
---|---|
BaselineEbsBandwidthMbps |
clone() |
boolean |
equals(Object obj) |
Integer |
getMax()
The maximum baseline bandwidth, in Mbps.
|
Integer |
getMin()
The minimum baseline bandwidth, in Mbps.
|
int |
hashCode() |
void |
setMax(Integer max)
The maximum baseline bandwidth, in Mbps.
|
void |
setMin(Integer min)
The minimum baseline bandwidth, in Mbps.
|
String |
toString()
Returns a string representation of this object.
|
BaselineEbsBandwidthMbps |
withMax(Integer max)
The maximum baseline bandwidth, in Mbps.
|
BaselineEbsBandwidthMbps |
withMin(Integer min)
The minimum baseline bandwidth, in Mbps.
|
public void setMin(Integer min)
The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.
min
- The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.public Integer getMin()
The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.
public BaselineEbsBandwidthMbps withMin(Integer min)
The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.
min
- The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.public void setMax(Integer max)
The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.
max
- The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.public Integer getMax()
The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.
public BaselineEbsBandwidthMbps withMax(Integer max)
The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.
max
- The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.public String toString()
toString
in class Object
Object.toString()
public BaselineEbsBandwidthMbps clone()