@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FraudRiskDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details regarding various fraud risk analyses performed against the current session state and streamed audio of the speaker.
| Constructor and Description |
|---|
FraudRiskDetails() |
| Modifier and Type | Method and Description |
|---|---|
FraudRiskDetails |
clone() |
boolean |
equals(Object obj) |
KnownFraudsterRisk |
getKnownFraudsterRisk()
The details resulting from 'Known Fraudster Risk' analysis of the speaker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKnownFraudsterRisk(KnownFraudsterRisk knownFraudsterRisk)
The details resulting from 'Known Fraudster Risk' analysis of the speaker.
|
String |
toString()
Returns a string representation of this object.
|
FraudRiskDetails |
withKnownFraudsterRisk(KnownFraudsterRisk knownFraudsterRisk)
The details resulting from 'Known Fraudster Risk' analysis of the speaker.
|
public void setKnownFraudsterRisk(KnownFraudsterRisk knownFraudsterRisk)
The details resulting from 'Known Fraudster Risk' analysis of the speaker.
knownFraudsterRisk - The details resulting from 'Known Fraudster Risk' analysis of the speaker.public KnownFraudsterRisk getKnownFraudsterRisk()
The details resulting from 'Known Fraudster Risk' analysis of the speaker.
public FraudRiskDetails withKnownFraudsterRisk(KnownFraudsterRisk knownFraudsterRisk)
The details resulting from 'Known Fraudster Risk' analysis of the speaker.
knownFraudsterRisk - The details resulting from 'Known Fraudster Risk' analysis of the speaker.public String toString()
toString in class ObjectObject.toString()public FraudRiskDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.