@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getImportJobId()
The identifier of the import job to retrieve.
|
String |
getKnowledgeBaseId()
The identifier of the knowledge base that the import job belongs to.
|
int |
hashCode() |
void |
setImportJobId(String importJobId)
The identifier of the import job to retrieve.
|
void |
setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base that the import job belongs to.
|
String |
toString()
Returns a string representation of this object.
|
GetImportJobRequest |
withImportJobId(String importJobId)
The identifier of the import job to retrieve.
|
GetImportJobRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base that the import job belongs to.
|
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 setImportJobId(String importJobId)
The identifier of the import job to retrieve.
importJobId
- The identifier of the import job to retrieve.public String getImportJobId()
The identifier of the import job to retrieve.
public GetImportJobRequest withImportJobId(String importJobId)
The identifier of the import job to retrieve.
importJobId
- The identifier of the import job to retrieve.public void setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base that the import job belongs to.
knowledgeBaseId
- The identifier of the knowledge base that the import job belongs to.public String getKnowledgeBaseId()
The identifier of the knowledge base that the import job belongs to.
public GetImportJobRequest withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base that the import job belongs to.
knowledgeBaseId
- The identifier of the knowledge base that the import job belongs to.public String toString()
toString
in class Object
Object.toString()
public GetImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()