@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails extends Object implements Serializable, Cloneable, StructuredPojo
The minimum and maximum baseline bandwidth to Amazon Elastic Block Store (Amazon EBS), in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.
Constructor and Description |
---|
AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getMax()
The maximum baseline bandwidth, in Mbps.
|
Integer |
getMin()
The minimum baseline bandwidth, in Mbps.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails |
withMax(Integer max)
The maximum baseline bandwidth, in Mbps.
|
AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails |
withMin(Integer min)
The minimum baseline bandwidth, in Mbps.
|
public AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails()
public void setMax(Integer max)
The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit.
max
- The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit.public Integer getMax()
The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit.
public AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails withMax(Integer max)
The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit.
max
- The maximum baseline bandwidth, in Mbps. If this parameter is omitted, there's no maximum limit.public void setMin(Integer min)
The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit.
min
- The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit.public Integer getMin()
The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit.
public AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails withMin(Integer min)
The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit.
min
- The minimum baseline bandwidth, in Mbps. If this parameter is omitted, there's no minimum limit.public String toString()
toString
in class Object
Object.toString()
public AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.