@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request for information about an import job using the import job ID.
NOOP
Constructor and Description |
---|
GetImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
GetImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The ID of the import job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID of the import job.
|
String |
toString()
Returns a string representation of this object.
|
GetImportJobRequest |
withJobId(String jobId)
The ID of the import 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, withSdkRequestTimeout
public void setJobId(String jobId)
The ID of the import job.
jobId
- The ID of the import job.public String getJobId()
The ID of the import job.
public GetImportJobRequest withJobId(String jobId)
The ID of the import job.
jobId
- The ID of the import job.public String toString()
toString
in class Object
Object.toString()
public GetImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()