@Generated(value="software.amazon.awssdk:codegen") public final class Definition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Definition.Builder,Definition>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Definition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Definition.Builder |
builder() |
Checksum |
checksum()
The checksum information of the model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelHandle()
The unique model handle.
|
String |
s3Url()
The absolute S3 location of the model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Definition.Builder> |
serializableBuilderClass() |
ModelState |
state()
The desired state of the model.
|
String |
stateAsString()
The desired state of the model.
|
Definition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelHandle()
The unique model handle.
public final String s3Url()
The absolute S3 location of the model.
public final Checksum checksum()
The checksum information of the model.
public final ModelState state()
The desired state of the model.
If the service returns an enum value that is not available in the current SDK version, state will return
ModelState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ModelStatepublic final String stateAsString()
The desired state of the model.
If the service returns an enum value that is not available in the current SDK version, state will return
ModelState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ModelStatepublic Definition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Definition.Builder,Definition>public static Definition.Builder builder()
public static Class<? extends Definition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.