@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceleratorCountRange extends Object implements Serializable, Cloneable, StructuredPojo
The range for the GPU fleet acceleration.
Constructor and Description |
---|
AcceleratorCountRange() |
Modifier and Type | Method and Description |
---|---|
AcceleratorCountRange |
clone() |
boolean |
equals(Object obj) |
Integer |
getMax()
The maximum GPU for the accelerator.
|
Integer |
getMin()
The minimum GPU for the accelerator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMax(Integer max)
The maximum GPU for the accelerator.
|
void |
setMin(Integer min)
The minimum GPU for the accelerator.
|
String |
toString()
Returns a string representation of this object.
|
AcceleratorCountRange |
withMax(Integer max)
The maximum GPU for the accelerator.
|
AcceleratorCountRange |
withMin(Integer min)
The minimum GPU for the accelerator.
|
public void setMax(Integer max)
The maximum GPU for the accelerator.
max
- The maximum GPU for the accelerator.public Integer getMax()
The maximum GPU for the accelerator.
public AcceleratorCountRange withMax(Integer max)
The maximum GPU for the accelerator.
max
- The maximum GPU for the accelerator.public void setMin(Integer min)
The minimum GPU for the accelerator.
min
- The minimum GPU for the accelerator.public Integer getMin()
The minimum GPU for the accelerator.
public AcceleratorCountRange withMin(Integer min)
The minimum GPU for the accelerator.
min
- The minimum GPU for the accelerator.public String toString()
toString
in class Object
Object.toString()
public AcceleratorCountRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.