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