@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 statement describing the algorithm.
|
String |
algorithmName()
The name of the algorithm which 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlgorithmSummary.Builder> |
serializableBuilderClass() |
AlgorithmSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String algorithmName()
The name of the algorithm which is described by the summary.
public String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public String algorithmDescription()
A brief statement describing 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AlgorithmSummary.Builder,AlgorithmSummary>
public static AlgorithmSummary.Builder builder()
public static Class<? extends AlgorithmSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.