@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBatchPredictionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a DeleteBatchPrediction operation.
 
 You can use the GetBatchPrediction operation and check the value of the Status parameter to
 see whether a BatchPrediction is marked as DELETED.
 
| Constructor and Description | 
|---|
| DeleteBatchPredictionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteBatchPredictionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getBatchPredictionId()
 A user-supplied ID that uniquely identifies the  BatchPrediction. | 
| int | hashCode() | 
| void | setBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the  BatchPrediction. | 
| String | toString()Returns a string representation of this object. | 
| DeleteBatchPredictionResult | withBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the  BatchPrediction. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to
 the value of the BatchPredictionID in the request.
 
batchPredictionId - A user-supplied ID that uniquely identifies the BatchPrediction. This value should be
        identical to the value of the BatchPredictionID in the request.public String getBatchPredictionId()
 A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to
 the value of the BatchPredictionID in the request.
 
BatchPrediction. This value should be
         identical to the value of the BatchPredictionID in the request.public DeleteBatchPredictionResult withBatchPredictionId(String batchPredictionId)
 A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to
 the value of the BatchPredictionID in the request.
 
batchPredictionId - A user-supplied ID that uniquely identifies the BatchPrediction. This value should be
        identical to the value of the BatchPredictionID in the request.public String toString()
toString in class ObjectObject.toString()public DeleteBatchPredictionResult clone()