@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KnownFraudsterRisk.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KnownFraudsterRisk.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
generatedFraudsterId()
The identifier of the fraudster that is the closest match to the speaker.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
riskScore()
The score indicating the likelihood the speaker is a known fraudster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KnownFraudsterRisk.Builder> |
serializableBuilderClass() |
KnownFraudsterRisk.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
null.public final Integer riskScore()
The score indicating the likelihood the speaker is a known fraudster.
public KnownFraudsterRisk.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KnownFraudsterRisk.Builder,KnownFraudsterRisk>public static KnownFraudsterRisk.Builder builder()
public static Class<? extends KnownFraudsterRisk.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.