@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.