@Generated(value="software.amazon.awssdk:codegen") public final class Model extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Model.Builder,Model>
The model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Model.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the model.
|
static Model.Builder |
builder() |
String |
createdTime()
Timestamp of when the model was created.
|
String |
description()
The model description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTypeName()
The name of the event type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedTime()
Timestamp of last time the model was updated.
|
String |
modelId()
The model ID.
|
ModelTypeEnum |
modelType()
The model type.
|
String |
modelTypeAsString()
The model type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Model.Builder> |
serializableBuilderClass() |
Model.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelId()
The model ID.
public final ModelTypeEnum modelType()
The model type.
If the service returns an enum value that is not available in the current SDK version, modelType will
return ModelTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelTypeAsString().
ModelTypeEnumpublic final String modelTypeAsString()
The model type.
If the service returns an enum value that is not available in the current SDK version, modelType will
return ModelTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelTypeAsString().
ModelTypeEnumpublic final String description()
The model description.
public final String eventTypeName()
The name of the event type.
public final String createdTime()
Timestamp of when the model was created.
public final String lastUpdatedTime()
Timestamp of last time the model was updated.
public final String arn()
The ARN of the model.
public Model.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Model.Builder,Model>public static Model.Builder builder()
public static Class<? extends Model.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.