@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputeResponse extends Object implements Serializable, Cloneable, StructuredPojo
Compute information for the simulation job
Constructor and Description |
---|
ComputeResponse() |
Modifier and Type | Method and Description |
---|---|
ComputeResponse |
clone() |
boolean |
equals(Object obj) |
Integer |
getSimulationUnitLimit()
The simulation unit limit.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSimulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit.
|
String |
toString()
Returns a string representation of this object.
|
ComputeResponse |
withSimulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit.
|
public void setSimulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.
simulationUnitLimit
- The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied
simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU
utilization you consume up to the maximim value provided. The default is 15.public Integer getSimulationUnitLimit()
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.
public ComputeResponse withSimulationUnitLimit(Integer simulationUnitLimit)
The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.
simulationUnitLimit
- The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied
simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU
utilization you consume up to the maximim value provided. The default is 15.public String toString()
toString
in class Object
Object.toString()
public ComputeResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.