@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFraudsterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFraudsterRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFraudsterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the domain that contains the fraudster.
|
String |
getFraudsterId()
The identifier of the fraudster you want to delete.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
void |
setFraudsterId(String fraudsterId)
The identifier of the fraudster you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFraudsterRequest |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
DeleteFraudsterRequest |
withFraudsterId(String fraudsterId)
The identifier of the fraudster you want to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 DeleteFraudsterRequest withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
domainId
- The identifier of the domain that contains the fraudster.public void setFraudsterId(String fraudsterId)
The identifier of the fraudster you want to delete.
fraudsterId
- The identifier of the fraudster you want to delete.public String getFraudsterId()
The identifier of the fraudster you want to delete.
public DeleteFraudsterRequest withFraudsterId(String fraudsterId)
The identifier of the fraudster you want to delete.
fraudsterId
- The identifier of the fraudster you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteFraudsterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()