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