@Generated(value="software.amazon.awssdk:codegen") public final class AlgorithmImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>
Describes an algorithm image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AlgorithmImage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmImage.Builder |
builder() |
String |
dockerURI()
The URI of the Docker container for the algorithm image.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the algorithm image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlgorithmImage.Builder> |
serializableBuilderClass() |
AlgorithmImage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the algorithm image.
public final String dockerURI()
The URI of the Docker container for the algorithm image.
public AlgorithmImage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>public static AlgorithmImage.Builder builder()
public static Class<? extends AlgorithmImage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.