Class AllowDenyList
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.AllowDenyList
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AllowDenyList.Builder,AllowDenyList>
@Generated("software.amazon.awssdk:codegen") public final class AllowDenyList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllowDenyList.Builder,AllowDenyList>
The metadata of a list.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAllowDenyList.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the list.static AllowDenyList.Builderbuilder()StringcreatedTime()The time the list was created.Stringdescription()The description of the list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the list.List<SdkField<?>>sdkFields()static Class<? extends AllowDenyList.Builder>serializableBuilderClass()AllowDenyList.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringupdatedTime()The time the list was last updated.StringvariableType()The variable type of the list.-
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 name of the list.
- Returns:
- The name of the list.
-
description
public final String description()
The description of the list.
- Returns:
- The description of the list.
-
variableType
public final String variableType()
The variable type of the list.
- Returns:
- The variable type of the list.
-
createdTime
public final String createdTime()
The time the list was created.
- Returns:
- The time the list was created.
-
updatedTime
public final String updatedTime()
The time the list was last updated.
- Returns:
- The time the list was last updated.
-
arn
public final String arn()
The ARN of the list.
- Returns:
- The ARN of the list.
-
toBuilder
public AllowDenyList.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AllowDenyList.Builder,AllowDenyList>
-
builder
public static AllowDenyList.Builder builder()
-
serializableBuilderClass
public static Class<? extends AllowDenyList.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.
-
-