@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityResolutionJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetIdentityResolutionJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityResolutionJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getJobId()
The unique identifier of the Identity Resolution Job.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setJobId(String jobId)
The unique identifier of the Identity Resolution Job.
|
String |
toString()
Returns a string representation of this object.
|
GetIdentityResolutionJobRequest |
withDomainName(String domainName)
The unique name of the domain.
|
GetIdentityResolutionJobRequest |
withJobId(String jobId)
The unique identifier of the Identity Resolution Job.
|
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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String getDomainName()
The unique name of the domain.
public GetIdentityResolutionJobRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public void setJobId(String jobId)
The unique identifier of the Identity Resolution Job.
jobId - The unique identifier of the Identity Resolution Job.public String getJobId()
The unique identifier of the Identity Resolution Job.
public GetIdentityResolutionJobRequest withJobId(String jobId)
The unique identifier of the Identity Resolution Job.
jobId - The unique identifier of the Identity Resolution Job.public String toString()
toString in class ObjectObject.toString()public GetIdentityResolutionJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()