Class KnownFraudsterRisk
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.KnownFraudsterRisk
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>
@Generated("software.amazon.awssdk:codegen") public final class KnownFraudsterRisk extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>
Contains details produced as a result of performing known fraudster risk analysis on a speaker.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKnownFraudsterRisk.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KnownFraudsterRisk.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgeneratedFraudsterId()The identifier of the fraudster that is the closest match to the speaker.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerriskScore()The score indicating the likelihood the speaker is a known fraudster.List<SdkField<?>>sdkFields()static Class<? extends KnownFraudsterRisk.Builder>serializableBuilderClass()KnownFraudsterRisk.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
-
generatedFraudsterId
public final String generatedFraudsterId()
The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null.- Returns:
- The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters
registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null.
-
riskScore
public final Integer riskScore()
The score indicating the likelihood the speaker is a known fraudster.
- Returns:
- The score indicating the likelihood the speaker is a known fraudster.
-
toBuilder
public KnownFraudsterRisk.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>
-
builder
public static KnownFraudsterRisk.Builder builder()
-
serializableBuilderClass
public static Class<? extends KnownFraudsterRisk.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.
-
-