@Generated(value="software.amazon.awssdk:codegen") public final class ComputeType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeType.Builder,ComputeType>
Describes the compute type of the bundle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComputeType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComputeType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Compute |
name()
The compute type.
|
String |
nameAsString()
The compute type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComputeType.Builder> |
serializableBuilderClass() |
ComputeType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Compute name()
The compute type.
If the service returns an enum value that is not available in the current SDK version, name will return
Compute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
Computepublic final String nameAsString()
The compute type.
If the service returns an enum value that is not available in the current SDK version, name will return
Compute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
Computepublic ComputeType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComputeType.Builder,ComputeType>public static ComputeType.Builder builder()
public static Class<? extends ComputeType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.