Class EntityType
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.EntityType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntityType.Builder,EntityType>
@Generated("software.amazon.awssdk:codegen") public final class EntityType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityType.Builder,EntityType>
The entity type details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The entity type ARN.static EntityType.Builderbuilder()StringcreatedTime()Timestamp of when the entity type was created.Stringdescription()The entity type description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastUpdatedTime()Timestamp of when the entity type was last updated.Stringname()The entity type name.List<SdkField<?>>sdkFields()static Class<? extends EntityType.Builder>serializableBuilderClass()EntityType.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
-
name
public final String name()
The entity type name.
- Returns:
- The entity type name.
-
description
public final String description()
The entity type description.
- Returns:
- The entity type description.
-
lastUpdatedTime
public final String lastUpdatedTime()
Timestamp of when the entity type was last updated.
- Returns:
- Timestamp of when the entity type was last updated.
-
createdTime
public final String createdTime()
Timestamp of when the entity type was created.
- Returns:
- Timestamp of when the entity type was created.
-
arn
public final String arn()
The entity type ARN.
- Returns:
- The entity type ARN.
-
toBuilder
public EntityType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntityType.Builder,EntityType>
-
builder
public static EntityType.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntityType.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.
-
-