@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceLimits extends Object implements Serializable, Cloneable, StructuredPojo
Instance-related attributes that are available for a given instance type.
| Constructor and Description |
|---|
InstanceLimits() |
| Modifier and Type | Method and Description |
|---|---|
InstanceLimits |
clone() |
boolean |
equals(Object obj) |
InstanceCountLimits |
getInstanceCountLimits()
Limits on the number of instances that can be created for a given instance type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInstanceCountLimits(InstanceCountLimits instanceCountLimits)
Limits on the number of instances that can be created for a given instance type.
|
String |
toString()
Returns a string representation of this object.
|
InstanceLimits |
withInstanceCountLimits(InstanceCountLimits instanceCountLimits)
Limits on the number of instances that can be created for a given instance type.
|
public void setInstanceCountLimits(InstanceCountLimits instanceCountLimits)
Limits on the number of instances that can be created for a given instance type.
instanceCountLimits - Limits on the number of instances that can be created for a given instance type.public InstanceCountLimits getInstanceCountLimits()
Limits on the number of instances that can be created for a given instance type.
public InstanceLimits withInstanceCountLimits(InstanceCountLimits instanceCountLimits)
Limits on the number of instances that can be created for a given instance type.
instanceCountLimits - Limits on the number of instances that can be created for a given instance type.public String toString()
toString in class ObjectObject.toString()public InstanceLimits clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.