@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FraudsterSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about a fraudster.
Constructor and Description |
---|
FraudsterSummary() |
Modifier and Type | Method and Description |
---|---|
FraudsterSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the fraudster summary was created.
|
String |
getDomainId()
The identifier of the domain that contains the fraudster summary.
|
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 the fraudster summary was created.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the fraudster summary.
|
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.
|
FraudsterSummary |
withCreatedAt(Date createdAt)
The timestamp of when the fraudster summary was created.
|
FraudsterSummary |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster summary.
|
FraudsterSummary |
withGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
FraudsterSummary |
withWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
FraudsterSummary |
withWatchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
public void setCreatedAt(Date createdAt)
The timestamp of when the fraudster summary was created.
createdAt
- The timestamp of when the fraudster summary was created.public Date getCreatedAt()
The timestamp of when the fraudster summary was created.
public FraudsterSummary withCreatedAt(Date createdAt)
The timestamp of when the fraudster summary was created.
createdAt
- The timestamp of when the fraudster summary was created.public void setDomainId(String domainId)
The identifier of the domain that contains the fraudster summary.
domainId
- The identifier of the domain that contains the fraudster summary.public String getDomainId()
The identifier of the domain that contains the fraudster summary.
public FraudsterSummary withDomainId(String domainId)
The identifier of the domain that contains the fraudster summary.
domainId
- The identifier of the domain that contains the fraudster summary.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 FraudsterSummary 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 FraudsterSummary 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 FraudsterSummary 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 FraudsterSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.