Class WorkloadConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.applicationinsights.model.WorkloadConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class WorkloadConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>
The configuration of the workload.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkloadConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkloadConfiguration.Builderbuilder()Stringconfiguration()The configuration settings of the workload.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WorkloadConfiguration.Builder>serializableBuilderClass()Tiertier()The configuration of the workload tier.StringtierAsString()The configuration of the workload tier.WorkloadConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkloadName()The name of the workload.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
workloadName
public final String workloadName()
The name of the workload.
- Returns:
- The name of the workload.
-
tier
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,
tierwill returnTier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtierAsString().- Returns:
- The configuration of the workload tier.
- See Also:
Tier
-
tierAsString
public 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,
tierwill returnTier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtierAsString().- Returns:
- The configuration of the workload tier.
- See Also:
Tier
-
configuration
public final String configuration()
The configuration settings of the workload.
- Returns:
- The configuration settings of the workload.
-
toBuilder
public WorkloadConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>
-
builder
public static WorkloadConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkloadConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-