@Generated(value="software.amazon.awssdk:codegen") public final class Workload extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Workload.Builder,Workload>
Describes the workloads on a component.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Workload.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Workload.Builder |
builder() |
String |
componentName()
The name of the component.
|
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 Workload.Builder> |
serializableBuilderClass() |
Tier |
tier()
The tier of the workload.
|
String |
tierAsString()
The tier of the workload.
|
Workload.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
The ID of the workload.
|
String |
workloadName()
The name of the workload.
|
String |
workloadRemarks()
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadId()
The ID of the workload.
public final String componentName()
The name of the component.
public final String workloadName()
The name of the workload.
public final Tier tier()
The tier of the workload.
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 tier of the workload.
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 workloadRemarks()
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
public Workload.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Workload.Builder,Workload>public static Workload.Builder builder()
public static Class<? extends Workload.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.