@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetImportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetImportJobRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getJobId()
The unique ID of the job.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setJobId(String jobId)
The unique ID of the job.
|
String |
toString()
Returns a string representation of this object.
|
GetImportJobRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetImportJobRequest |
withJobId(String jobId)
The unique ID of the job.
|
addHandlerContext, copyBaseTo, 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 setApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public String getApplicationId()
public GetImportJobRequest withApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public void setJobId(String jobId)
jobId - The unique ID of the job.public String getJobId()
public GetImportJobRequest withJobId(String jobId)
jobId - The unique ID of the job.public String toString()
toString in class ObjectObject.toString()public GetImportJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.