@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIngestionJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetIngestionJobRequest() |
Modifier and Type | Method and Description |
---|---|
GetIngestionJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSourceId()
The unique identifier of the data source in the ingestion job.
|
String |
getIngestionJobId()
The unique identifier of the ingestion job.
|
String |
getKnowledgeBaseId()
The unique identifier of the knowledge base for which the ingestion job applies.
|
int |
hashCode() |
void |
setDataSourceId(String dataSourceId)
The unique identifier of the data source in the ingestion job.
|
void |
setIngestionJobId(String ingestionJobId)
The unique identifier of the ingestion job.
|
void |
setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which the ingestion job applies.
|
String |
toString()
Returns a string representation of this object.
|
GetIngestionJobRequest |
withDataSourceId(String dataSourceId)
The unique identifier of the data source in the ingestion job.
|
GetIngestionJobRequest |
withIngestionJobId(String ingestionJobId)
The unique identifier of the ingestion job.
|
GetIngestionJobRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which the ingestion job applies.
|
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 setDataSourceId(String dataSourceId)
The unique identifier of the data source in the ingestion job.
dataSourceId
- The unique identifier of the data source in the ingestion job.public String getDataSourceId()
The unique identifier of the data source in the ingestion job.
public GetIngestionJobRequest withDataSourceId(String dataSourceId)
The unique identifier of the data source in the ingestion job.
dataSourceId
- The unique identifier of the data source in the ingestion job.public void setIngestionJobId(String ingestionJobId)
The unique identifier of the ingestion job.
ingestionJobId
- The unique identifier of the ingestion job.public String getIngestionJobId()
The unique identifier of the ingestion job.
public GetIngestionJobRequest withIngestionJobId(String ingestionJobId)
The unique identifier of the ingestion job.
ingestionJobId
- The unique identifier of the ingestion job.public void setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which the ingestion job applies.
knowledgeBaseId
- The unique identifier of the knowledge base for which the ingestion job applies.public String getKnowledgeBaseId()
The unique identifier of the knowledge base for which the ingestion job applies.
public GetIngestionJobRequest withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which the ingestion job applies.
knowledgeBaseId
- The unique identifier of the knowledge base for which the ingestion job applies.public String toString()
toString
in class Object
Object.toString()
public GetIngestionJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()