@Generated(value="software.amazon.awssdk:codegen") public final class AlgorithmSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlgorithmSummary.Builder,AlgorithmSummary>
Provides summary information about an algorithm.
Modifier and Type | Class and Description |
---|---|
static interface |
AlgorithmSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
|
String |
algorithmDescription()
A brief description of the algorithm.
|
String |
algorithmName()
The name of the algorithm that is described by the summary.
|
AlgorithmStatus |
algorithmStatus()
The overall status of the algorithm.
|
String |
algorithmStatusAsString()
The overall status of the algorithm.
|
static AlgorithmSummary.Builder |
builder() |
Instant |
creationTime()
A timestamp that shows when the algorithm was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlgorithmSummary.Builder> |
serializableBuilderClass() |
AlgorithmSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String algorithmName()
The name of the algorithm that is described by the summary.
public String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public String algorithmDescription()
A brief description of the algorithm.
public Instant creationTime()
A timestamp that shows when the algorithm was created.
public AlgorithmStatus algorithmStatus()
The overall status of the algorithm.
If the service returns an enum value that is not available in the current SDK version, algorithmStatus
will return AlgorithmStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from algorithmStatusAsString()
.
AlgorithmStatus
public String algorithmStatusAsString()
The overall status of the algorithm.
If the service returns an enum value that is not available in the current SDK version, algorithmStatus
will return AlgorithmStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from algorithmStatusAsString()
.
AlgorithmStatus
public AlgorithmSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AlgorithmSummary.Builder,AlgorithmSummary>
public static AlgorithmSummary.Builder builder()
public static Class<? extends AlgorithmSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.