Class Model
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.Model
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Model.Builder,Model>
@Generated("software.amazon.awssdk:codegen") public final class Model extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Model.Builder,Model>
The model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the model.static Model.Builderbuilder()StringcreatedTime()Timestamp of when the model was created.Stringdescription()The model description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventTypeName()The name of the event type.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastUpdatedTime()Timestamp of last time the model was updated.StringmodelId()The model ID.ModelTypeEnummodelType()The model type.StringmodelTypeAsString()The model type.List<SdkField<?>>sdkFields()static Class<? extends Model.Builder>serializableBuilderClass()Model.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelId
public final String modelId()
The model ID.
- Returns:
- The model ID.
-
modelType
public final ModelTypeEnum modelType()
The model type.
If the service returns an enum value that is not available in the current SDK version,
modelTypewill returnModelTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelTypeAsString().- Returns:
- The model type.
- See Also:
ModelTypeEnum
-
modelTypeAsString
public final String modelTypeAsString()
The model type.
If the service returns an enum value that is not available in the current SDK version,
modelTypewill returnModelTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelTypeAsString().- Returns:
- The model type.
- See Also:
ModelTypeEnum
-
description
public final String description()
The model description.
- Returns:
- The model description.
-
eventTypeName
public final String eventTypeName()
The name of the event type.
- Returns:
- The name of the event type.
-
createdTime
public final String createdTime()
Timestamp of when the model was created.
- Returns:
- Timestamp of when the model was created.
-
lastUpdatedTime
public final String lastUpdatedTime()
Timestamp of last time the model was updated.
- Returns:
- Timestamp of last time the model was updated.
-
arn
public final String arn()
The ARN of the model.
- Returns:
- The ARN of the model.
-
toBuilder
public Model.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Model.Builder,Model>
-
builder
public static Model.Builder builder()
-
serializableBuilderClass
public static Class<? extends Model.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-