@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBatchInferenceJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBatchInferenceJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateBatchInferenceJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getBatchInferenceJobArn()
The ARN of the batch inference job.
|
int |
hashCode() |
void |
setBatchInferenceJobArn(String batchInferenceJobArn)
The ARN of the batch inference job.
|
String |
toString()
Returns a string representation of this object.
|
CreateBatchInferenceJobResult |
withBatchInferenceJobArn(String batchInferenceJobArn)
The ARN of the batch inference job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBatchInferenceJobArn(String batchInferenceJobArn)
The ARN of the batch inference job.
batchInferenceJobArn
- The ARN of the batch inference job.public String getBatchInferenceJobArn()
The ARN of the batch inference job.
public CreateBatchInferenceJobResult withBatchInferenceJobArn(String batchInferenceJobArn)
The ARN of the batch inference job.
batchInferenceJobArn
- The ARN of the batch inference job.public String toString()
toString
in class Object
Object.toString()
public CreateBatchInferenceJobResult clone()