public class UpdateBatchPredictionResult extends Object implements Serializable, Cloneable
Represents the output of an UpdateBatchPrediction operation.
You can see the updated content by using the GetBatchPrediction operation.
| Constructor and Description | 
|---|
| UpdateBatchPredictionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateBatchPredictionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getBatchPredictionId()
 The ID assigned to the  BatchPredictionduring creation. | 
| int | hashCode() | 
| void | setBatchPredictionId(String batchPredictionId)
 The ID assigned to the  BatchPredictionduring creation. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateBatchPredictionResult | withBatchPredictionId(String batchPredictionId)
 The ID assigned to the  BatchPredictionduring creation. | 
public void setBatchPredictionId(String batchPredictionId)
 The ID assigned to the BatchPrediction during creation. This
 value should be identical to the value of the
 BatchPredictionId in the request.
 
batchPredictionId - The ID assigned to the BatchPrediction during
        creation. This value should be identical to the value of the
        BatchPredictionId in the request.public String getBatchPredictionId()
 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 UpdateBatchPredictionResult withBatchPredictionId(String batchPredictionId)
 The ID assigned to the BatchPrediction during creation. This
 value should be identical to the value of the
 BatchPredictionId in the request.
 
batchPredictionId - The ID assigned to the BatchPrediction during
        creation. This value should be identical to the value of the
        BatchPredictionId in the request.public String toString()
toString in class ObjectObject.toString()public UpdateBatchPredictionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.