public class UpdateBatchPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateBatchPrediction operation.
 
 Updates the BatchPredictionName of a
 BatchPrediction .
 
You can use the GetBatchPrediction operation to view the contents of the updated data element.
NOOP| Constructor and Description | 
|---|
| UpdateBatchPredictionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateBatchPredictionRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getBatchPredictionId()The ID assigned to the  BatchPredictionduring creation. | 
| String | getBatchPredictionName()A new user-supplied name or description of the
  BatchPrediction. | 
| int | hashCode() | 
| void | setBatchPredictionId(String batchPredictionId)The ID assigned to the  BatchPredictionduring creation. | 
| void | setBatchPredictionName(String batchPredictionName)A new user-supplied name or description of the
  BatchPrediction. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateBatchPredictionRequest | withBatchPredictionId(String batchPredictionId)The ID assigned to the  BatchPredictionduring creation. | 
| UpdateBatchPredictionRequest | withBatchPredictionName(String batchPredictionName)A new user-supplied name or description of the
  BatchPrediction. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getBatchPredictionId()
BatchPrediction during creation.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
BatchPrediction during creation.public void setBatchPredictionId(String batchPredictionId)
BatchPrediction during creation.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
batchPredictionId - The ID assigned to the BatchPrediction during creation.public UpdateBatchPredictionRequest withBatchPredictionId(String batchPredictionId)
BatchPrediction during creation.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
batchPredictionId - The ID assigned to the BatchPrediction during creation.public String getBatchPredictionName()
BatchPrediction.
 
 Constraints:
 Length: 0 - 1024
 Pattern: .*\S.*|^$
BatchPrediction.public void setBatchPredictionName(String batchPredictionName)
BatchPrediction.
 
 Constraints:
 Length: 0 - 1024
 Pattern: .*\S.*|^$
batchPredictionName - A new user-supplied name or description of the
         BatchPrediction.public UpdateBatchPredictionRequest withBatchPredictionName(String batchPredictionName)
BatchPrediction.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 1024
 Pattern: .*\S.*|^$
batchPredictionName - A new user-supplied name or description of the
         BatchPrediction.public String toString()
toString in class ObjectObject.toString()public UpdateBatchPredictionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.