public class DeleteBatchPredictionResult extends Object implements Serializable, 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
.
Constructor and Description |
---|
DeleteBatchPredictionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBatchPredictionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBatchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction . |
int |
hashCode() |
void |
setBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteBatchPredictionResult |
withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
public void setBatchPredictionId(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 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(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 String toString()
toString
in class Object
Object.toString()
public DeleteBatchPredictionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.