@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFraudsterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFraudsterResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFraudsterResult |
clone() |
boolean |
equals(Object obj) |
Fraudster |
getFraudster()
Information about the specified fraudster.
|
int |
hashCode() |
void |
setFraudster(Fraudster fraudster)
Information about the specified fraudster.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFraudsterResult |
withFraudster(Fraudster fraudster)
Information about the specified fraudster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFraudster(Fraudster fraudster)
Information about the specified fraudster.
fraudster
- Information about the specified fraudster.public Fraudster getFraudster()
Information about the specified fraudster.
public DescribeFraudsterResult withFraudster(Fraudster fraudster)
Information about the specified fraudster.
fraudster
- Information about the specified fraudster.public String toString()
toString
in class Object
Object.toString()
public DescribeFraudsterResult clone()