@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EfaInfo extends Object implements Serializable, Cloneable
Describes the Elastic Fabric Adapters for the instance type.
Constructor and Description |
---|
EfaInfo() |
Modifier and Type | Method and Description |
---|---|
EfaInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximumEfaInterfaces()
The maximum number of Elastic Fabric Adapters for the instance type.
|
int |
hashCode() |
void |
setMaximumEfaInterfaces(Integer maximumEfaInterfaces)
The maximum number of Elastic Fabric Adapters for the instance type.
|
String |
toString()
Returns a string representation of this object.
|
EfaInfo |
withMaximumEfaInterfaces(Integer maximumEfaInterfaces)
The maximum number of Elastic Fabric Adapters for the instance type.
|
public void setMaximumEfaInterfaces(Integer maximumEfaInterfaces)
The maximum number of Elastic Fabric Adapters for the instance type.
maximumEfaInterfaces
- The maximum number of Elastic Fabric Adapters for the instance type.public Integer getMaximumEfaInterfaces()
The maximum number of Elastic Fabric Adapters for the instance type.
public EfaInfo withMaximumEfaInterfaces(Integer maximumEfaInterfaces)
The maximum number of Elastic Fabric Adapters for the instance type.
maximumEfaInterfaces
- The maximum number of Elastic Fabric Adapters for the instance type.public String toString()
toString
in class Object
Object.toString()