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