@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Fraudster extends Object implements Serializable, Cloneable, StructuredPojo
Contains all the information about a fraudster.
| Constructor and Description |
|---|
Fraudster() |
| Modifier and Type | Method and Description |
|---|---|
Fraudster |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp when Voice ID identified the fraudster.
|
String |
getDomainId()
The identifier for the domain containing the fraudster.
|
String |
getGeneratedFraudsterId()
The service-generated identifier for the fraudster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The timestamp when Voice ID identified the fraudster.
|
void |
setDomainId(String domainId)
The identifier for the domain containing the fraudster.
|
void |
setGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
String |
toString()
Returns a string representation of this object.
|
Fraudster |
withCreatedAt(Date createdAt)
The timestamp when Voice ID identified the fraudster.
|
Fraudster |
withDomainId(String domainId)
The identifier for the domain containing the fraudster.
|
Fraudster |
withGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
public void setCreatedAt(Date createdAt)
The timestamp when Voice ID identified the fraudster.
createdAt - The timestamp when Voice ID identified the fraudster.public Date getCreatedAt()
The timestamp when Voice ID identified the fraudster.
public Fraudster withCreatedAt(Date createdAt)
The timestamp when Voice ID identified the fraudster.
createdAt - The timestamp when Voice ID identified the fraudster.public void setDomainId(String domainId)
The identifier for the domain containing the fraudster.
domainId - The identifier for the domain containing the fraudster.public String getDomainId()
The identifier for the domain containing the fraudster.
public Fraudster withDomainId(String domainId)
The identifier for the domain containing the fraudster.
domainId - The identifier for the domain containing the fraudster.public void setGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
generatedFraudsterId - The service-generated identifier for the fraudster.public String getGeneratedFraudsterId()
The service-generated identifier for the fraudster.
public Fraudster withGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
generatedFraudsterId - The service-generated identifier for the fraudster.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.