@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkCardInfo extends Object implements Serializable, Cloneable
Describes the network card support of the instance type.
Constructor and Description |
---|
NetworkCardInfo() |
Modifier and Type | Method and Description |
---|---|
NetworkCardInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximumNetworkInterfaces()
The maximum number of network interfaces for the network card.
|
Integer |
getNetworkCardIndex()
The index of the network card.
|
String |
getNetworkPerformance()
The network performance of the network card.
|
int |
hashCode() |
void |
setMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
void |
setNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
void |
setNetworkPerformance(String networkPerformance)
The network performance of the network card.
|
String |
toString()
Returns a string representation of this object.
|
NetworkCardInfo |
withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
NetworkCardInfo |
withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
NetworkCardInfo |
withNetworkPerformance(String networkPerformance)
The network performance of the network card.
|
public void setNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.public Integer getNetworkCardIndex()
The index of the network card.
public NetworkCardInfo withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.public void setNetworkPerformance(String networkPerformance)
The network performance of the network card.
networkPerformance
- The network performance of the network card.public String getNetworkPerformance()
The network performance of the network card.
public NetworkCardInfo withNetworkPerformance(String networkPerformance)
The network performance of the network card.
networkPerformance
- The network performance of the network card.public void setMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
maximumNetworkInterfaces
- The maximum number of network interfaces for the network card.public Integer getMaximumNetworkInterfaces()
The maximum number of network interfaces for the network card.
public NetworkCardInfo withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
maximumNetworkInterfaces
- The maximum number of network interfaces for the network card.public String toString()
toString
in class Object
Object.toString()
public NetworkCardInfo clone()