public class DeleteBatchPredictionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
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 | Field and Description |
---|---|
private java.lang.String |
batchPredictionId
A user-supplied ID that uniquely identifies the
BatchPrediction . |
Constructor and Description |
---|
DeleteBatchPredictionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBatchPredictionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction . |
int |
hashCode() |
void |
setBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteBatchPredictionResult |
withBatchPredictionId(java.lang.String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
private java.lang.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.
public void setBatchPredictionId(java.lang.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.
batchPredictionId
- A user-supplied ID that uniquely identifies the
BatchPrediction
. This value should be identical to
the value of the BatchPredictionID
in the request.public java.lang.String getBatchPredictionId()
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 DeleteBatchPredictionResult withBatchPredictionId(java.lang.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.
batchPredictionId
- A user-supplied ID that uniquely identifies the
BatchPrediction
. 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 DeleteBatchPredictionResult clone()
clone
in class java.lang.Object