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
BatchPrediction during creation. |
String |
getBatchPredictionName()
A new user-supplied name or description of the
BatchPrediction . |
int |
hashCode() |
void |
setBatchPredictionId(String batchPredictionId)
The ID assigned to the
BatchPrediction during 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
BatchPrediction during creation. |
UpdateBatchPredictionRequest |
withBatchPredictionName(String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction . |
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public UpdateBatchPredictionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.