@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceTypeInfoFromInstanceRequirements extends Object implements Serializable, Cloneable
The list of instance types with the specified instance attributes.
| Constructor and Description |
|---|
InstanceTypeInfoFromInstanceRequirements() |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeInfoFromInstanceRequirements |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceType()
The matching instance type.
|
int |
hashCode() |
void |
setInstanceType(String instanceType)
The matching instance type.
|
String |
toString()
Returns a string representation of this object.
|
InstanceTypeInfoFromInstanceRequirements |
withInstanceType(String instanceType)
The matching instance type.
|
public InstanceTypeInfoFromInstanceRequirements()
public void setInstanceType(String instanceType)
The matching instance type.
instanceType - The matching instance type.public String getInstanceType()
The matching instance type.
public InstanceTypeInfoFromInstanceRequirements withInstanceType(String instanceType)
The matching instance type.
instanceType - The matching instance type.public String toString()
toString in class ObjectObject.toString()public InstanceTypeInfoFromInstanceRequirements clone()