@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFraudsterRegistrationJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFraudsterRegistrationJobRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFraudsterRegistrationJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier for the domain containing the fraudster registration job.
|
String |
getJobId()
The identifier for the fraudster registration job you are describing.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier for the domain containing the fraudster registration job.
|
void |
setJobId(String jobId)
The identifier for the fraudster registration job you are describing.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFraudsterRegistrationJobRequest |
withDomainId(String domainId)
The identifier for the domain containing the fraudster registration job.
|
DescribeFraudsterRegistrationJobRequest |
withJobId(String jobId)
The identifier for the fraudster registration job you are describing.
|
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 DescribeFraudsterRegistrationJobRequest()
public void setDomainId(String domainId)
The identifier for the domain containing the fraudster registration job.
domainId
- The identifier for the domain containing the fraudster registration job.public String getDomainId()
The identifier for the domain containing the fraudster registration job.
public DescribeFraudsterRegistrationJobRequest withDomainId(String domainId)
The identifier for the domain containing the fraudster registration job.
domainId
- The identifier for the domain containing the fraudster registration job.public void setJobId(String jobId)
The identifier for the fraudster registration job you are describing.
jobId
- The identifier for the fraudster registration job you are describing.public String getJobId()
The identifier for the fraudster registration job you are describing.
public DescribeFraudsterRegistrationJobRequest withJobId(String jobId)
The identifier for the fraudster registration job you are describing.
jobId
- The identifier for the fraudster registration job you are describing.public String toString()
toString
in class Object
Object.toString()
public DescribeFraudsterRegistrationJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()