@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, waitcopypublic String name()
The name of the algorithm for which the overall status is being reported.
public 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().
 
DetailedAlgorithmStatuspublic 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().
 
DetailedAlgorithmStatuspublic 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.