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 String getBatchPredictionId()
BatchPrediction
. This value should be identical to the
value of the BatchPredictionID
in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
BatchPrediction
. This value should be identical to the
value of the BatchPredictionID
in the request.public void setBatchPredictionId(String batchPredictionId)
BatchPrediction
. This value should be identical to the
value of the BatchPredictionID
in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
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 DeleteBatchPredictionResult withBatchPredictionId(String batchPredictionId)
BatchPrediction
. This value should be identical to the
value of the BatchPredictionID
in the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
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 © 2015. All rights reserved.