Class WorkloadData
- java.lang.Object
-
- software.amazon.awssdk.services.launchwizard.model.WorkloadData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorkloadData.Builder,WorkloadData>
@Generated("software.amazon.awssdk:codegen") public final class WorkloadData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkloadData.Builder,WorkloadData>
Describes a workload.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorkloadData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkloadData.Builderbuilder()Stringdescription()The description of a workload.StringdisplayName()The display name of a workload.StringdocumentationUrl()The URL of a workload document.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringiconUrl()The URL of a workload icon.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WorkloadData.Builder>serializableBuilderClass()WorkloadStatusstatus()The status of a workload.StringstatusAsString()The status of a workload.StringstatusMessage()The message about a workload's status.WorkloadData.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
-
description
public final String description()
The description of a workload.
- Returns:
- The description of a workload.
-
displayName
public final String displayName()
The display name of a workload.
- Returns:
- The display name of a workload.
-
documentationUrl
public final String documentationUrl()
The URL of a workload document.
- Returns:
- The URL of a workload document.
-
iconUrl
public final String iconUrl()
The URL of a workload icon.
- Returns:
- The URL of a workload icon.
-
status
public final WorkloadStatus status()
The status of a workload.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWorkloadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a workload.
- See Also:
WorkloadStatus
-
statusAsString
public final String statusAsString()
The status of a workload.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWorkloadStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a workload.
- See Also:
WorkloadStatus
-
statusMessage
public final String statusMessage()
The message about a workload's status.
- Returns:
- The message about a workload's status.
-
workloadName
public final String workloadName()
The name of the workload.
- Returns:
- The name of the workload.
-
toBuilder
public WorkloadData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorkloadData.Builder,WorkloadData>
-
builder
public static WorkloadData.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorkloadData.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-