@Generated(value="software.amazon.awssdk:codegen") public final class AlgorithmStatusItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlgorithmStatusItem.Builder,AlgorithmStatusItem>
Represents the overall status of an algorithm.
Modifier and Type | Class and Description |
---|---|
static interface |
AlgorithmStatusItem.Builder |
Modifier and Type | Method and Description |
---|---|
static AlgorithmStatusItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
if the overall status is
Failed , the reason for the failure. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the algorithm for which the overall status is being reported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlgorithmStatusItem.Builder> |
serializableBuilderClass() |
DetailedAlgorithmStatus |
status()
The current status.
|
String |
statusAsString()
The current status.
|
AlgorithmStatusItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String name()
The name of the algorithm for which the overall status is being reported.
public final DetailedAlgorithmStatus status()
The current status.
If the service returns an enum value that is not available in the current SDK version, status
will
return DetailedAlgorithmStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
DetailedAlgorithmStatus
public final String statusAsString()
The current status.
If the service returns an enum value that is not available in the current SDK version, status
will
return DetailedAlgorithmStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
DetailedAlgorithmStatus
public final String failureReason()
if the overall status is Failed
, the reason for the failure.
Failed
, the reason for the failure.public AlgorithmStatusItem.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AlgorithmStatusItem.Builder,AlgorithmStatusItem>
public static AlgorithmStatusItem.Builder builder()
public static Class<? extends AlgorithmStatusItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.