@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 of when Voice ID identified the fraudster.
|
String |
getDomainId()
The identifier of the domain that contains the fraudster.
|
String |
getGeneratedFraudsterId()
The service-generated identifier for the fraudster.
|
List<String> |
getWatchlistIds()
The identifier of the watchlists the fraudster is a part of.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp of when Voice ID identified the fraudster.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
void |
setGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
void |
setWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
String |
toString()
Returns a string representation of this object.
|
Fraudster |
withCreatedAt(Date createdAt)
The timestamp of when Voice ID identified the fraudster.
|
Fraudster |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
Fraudster |
withGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
Fraudster |
withWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
Fraudster |
withWatchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
public void setCreatedAt(Date createdAt)
The timestamp of when Voice ID identified the fraudster.
createdAt
- The timestamp of when Voice ID identified the fraudster.public Date getCreatedAt()
The timestamp of when Voice ID identified the fraudster.
public Fraudster withCreatedAt(Date createdAt)
The timestamp of when Voice ID identified the fraudster.
createdAt
- The timestamp of when Voice ID identified the fraudster.public void setDomainId(String domainId)
The identifier of the domain that contains the fraudster.
domainId
- The identifier of the domain that contains the fraudster.public String getDomainId()
The identifier of the domain that contains the fraudster.
public Fraudster withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
domainId
- The identifier of the domain that contains 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 List<String> getWatchlistIds()
The identifier of the watchlists the fraudster is a part of.
public void setWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
watchlistIds
- The identifier of the watchlists the fraudster is a part of.public Fraudster withWatchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
NOTE: This method appends the values to the existing list (if any). Use
setWatchlistIds(java.util.Collection)
or withWatchlistIds(java.util.Collection)
if you want to
override the existing values.
watchlistIds
- The identifier of the watchlists the fraudster is a part of.public Fraudster withWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
watchlistIds
- The identifier of the watchlists the fraudster is a part of.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.