@Generated(value="software.amazon.awssdk:codegen") public class DeleteBatchPredictionResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBatchPredictionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction. |
static DeleteBatchPredictionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends DeleteBatchPredictionResponse.Builder> |
serializableBuilderClass() |
DeleteBatchPredictionResponse.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
BatchPrediction. This value should be
identical to the value of the BatchPredictionID in the request.public DeleteBatchPredictionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse>public static DeleteBatchPredictionResponse.Builder builder()
public static Class<? extends DeleteBatchPredictionResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.