public class DeleteBatchPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteBatchPrediction operation
.
Assigns the DELETED status to a BatchPrediction
,
rendering it unusable.
After using the DeleteBatchPrediction
operation, you can
use the GetBatchPrediction operation to verify that the status of the
BatchPrediction
changed to DELETED.
NOOP
Constructor and Description |
---|
DeleteBatchPredictionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBatchPredictionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
DeleteBatchPredictionRequest |
withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction . |
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getBatchPredictionId()
BatchPrediction
.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
BatchPrediction
.public void setBatchPredictionId(String batchPredictionId)
BatchPrediction
.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
batchPredictionId
- A user-supplied ID that uniquely identifies the
BatchPrediction
.public DeleteBatchPredictionRequest withBatchPredictionId(String batchPredictionId)
BatchPrediction
.
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
.public String toString()
toString
in class Object
Object.toString()
public DeleteBatchPredictionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.