@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBatchInferenceJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeBatchInferenceJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeBatchInferenceJobResult | clone() | 
| boolean | equals(Object obj) | 
| BatchInferenceJob | getBatchInferenceJob()
 Information on the specified batch inference job. | 
| int | hashCode() | 
| void | setBatchInferenceJob(BatchInferenceJob batchInferenceJob)
 Information on the specified batch inference job. | 
| String | toString()Returns a string representation of this object. | 
| DescribeBatchInferenceJobResult | withBatchInferenceJob(BatchInferenceJob batchInferenceJob)
 Information on the specified batch inference job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBatchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
batchInferenceJob - Information on the specified batch inference job.public BatchInferenceJob getBatchInferenceJob()
Information on the specified batch inference job.
public DescribeBatchInferenceJobResult withBatchInferenceJob(BatchInferenceJob batchInferenceJob)
Information on the specified batch inference job.
batchInferenceJob - Information on the specified batch inference job.public String toString()
toString in class ObjectObject.toString()public DescribeBatchInferenceJobResult clone()