@Generated(value="software.amazon.awssdk:codegen") public class UpdateBatchPredictionResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>
Represents the output of an UpdateBatchPrediction operation.
You can see the updated content by using the GetBatchPrediction operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBatchPredictionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchPredictionId()
The ID assigned to the
BatchPrediction during creation. |
static UpdateBatchPredictionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends UpdateBatchPredictionResponse.Builder> |
serializableBuilderClass() |
UpdateBatchPredictionResponse.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String batchPredictionId()
The ID assigned to the BatchPrediction during creation. This value should be identical to the value
of the BatchPredictionId in the request.
BatchPrediction during creation. This value should be identical to
the value of the BatchPredictionId in the request.public UpdateBatchPredictionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateBatchPredictionResponse.Builder,UpdateBatchPredictionResponse>public static UpdateBatchPredictionResponse.Builder builder()
public static Class<? extends UpdateBatchPredictionResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.