ToCopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse>@Generated("software.amazon.awssdk:codegen") public class DeleteBatchPredictionResponse extends AmazonWebServiceResult<ResponseMetadata> implements 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 | Description |
|---|---|---|
static interface |
DeleteBatchPredictionResponse.Builder |
| Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteBatchPredictionResponse.Builder,DeleteBatchPredictionResponse>public static DeleteBatchPredictionResponse.Builder builder()
public static Class<? extends DeleteBatchPredictionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.