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