public class UpdateBatchPredictionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
batchPredictionId
The ID assigned to the
BatchPrediction during creation. |
private java.lang.String |
batchPredictionName
A new user-supplied name or description of the
BatchPrediction . |
NOOP
Constructor and Description |
---|
UpdateBatchPredictionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBatchPredictionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBatchPredictionId()
The ID assigned to the
BatchPrediction during creation. |
java.lang.String |
getBatchPredictionName()
A new user-supplied name or description of the
BatchPrediction . |
int |
hashCode() |
void |
setBatchPredictionId(java.lang.String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
void |
setBatchPredictionName(java.lang.String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateBatchPredictionRequest |
withBatchPredictionId(java.lang.String batchPredictionId)
The ID assigned to the
BatchPrediction during creation. |
UpdateBatchPredictionRequest |
withBatchPredictionName(java.lang.String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction . |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String batchPredictionId
The ID assigned to the BatchPrediction
during creation.
private java.lang.String batchPredictionName
A new user-supplied name or description of the
BatchPrediction
.
public void setBatchPredictionId(java.lang.String batchPredictionId)
The ID assigned to the BatchPrediction
during creation.
batchPredictionId
- The ID assigned to the BatchPrediction
during
creation.public java.lang.String getBatchPredictionId()
The ID assigned to the BatchPrediction
during creation.
BatchPrediction
during
creation.public UpdateBatchPredictionRequest withBatchPredictionId(java.lang.String batchPredictionId)
The ID assigned to the BatchPrediction
during creation.
batchPredictionId
- The ID assigned to the BatchPrediction
during
creation.public void setBatchPredictionName(java.lang.String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction
.
batchPredictionName
- A new user-supplied name or description of the
BatchPrediction
.public java.lang.String getBatchPredictionName()
A new user-supplied name or description of the
BatchPrediction
.
BatchPrediction
.public UpdateBatchPredictionRequest withBatchPredictionName(java.lang.String batchPredictionName)
A new user-supplied name or description of the
BatchPrediction
.
batchPredictionName
- A new user-supplied name or description of the
BatchPrediction
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateBatchPredictionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()