@Generated(value="software.amazon.awssdk:codegen") public final class ComputeResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeResponse.Builder,ComputeResponse>
Compute information for the simulation job
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComputeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComputeResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComputeResponse.Builder> |
serializableBuilderClass() |
Integer |
simulationUnitLimit()
The simulation unit limit.
|
ComputeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public ComputeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComputeResponse.Builder,ComputeResponse>public static ComputeResponse.Builder builder()
public static Class<? extends ComputeResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.