@Generated(value="software.amazon.awssdk:codegen") public final class WorkloadConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>
The configuration of the workload.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkloadConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkloadConfiguration.Builder |
builder() |
String |
configuration()
The configuration settings of the workload.
|
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 WorkloadConfiguration.Builder> |
serializableBuilderClass() |
Tier |
tier()
The configuration of the workload tier.
|
String |
tierAsString()
The configuration of the workload tier.
|
WorkloadConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadName()
The name of the workload.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadName()
The name of the workload.
public final Tier tier()
The configuration of the workload tier.
If the service returns an enum value that is not available in the current SDK version, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tierAsString().
Tierpublic final String tierAsString()
The configuration of the workload tier.
If the service returns an enum value that is not available in the current SDK version, tier will return
Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tierAsString().
Tierpublic final String configuration()
The configuration settings of the workload.
public WorkloadConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>public static WorkloadConfiguration.Builder builder()
public static Class<? extends WorkloadConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.