@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 identifier for the application.
|
String |
getJobId()
The unique identifier for the job.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier for the application.
|
void |
setJobId(String jobId)
The unique identifier for the job.
|
String |
toString()
Returns a string representation of this object.
|
GetImportJobRequest |
withApplicationId(String applicationId)
The unique identifier for the application.
|
GetImportJobRequest |
withJobId(String jobId)
The unique identifier for 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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public String getApplicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public GetImportJobRequest withApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public void setJobId(String jobId)
The unique identifier for the job.
jobId
- The unique identifier for the job.public String getJobId()
The unique identifier for the job.
public GetImportJobRequest withJobId(String jobId)
The unique identifier for the job.
jobId
- The unique identifier for the job.public String toString()
toString
in class Object
Object.toString()
public GetImportJobRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.