@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBatchPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBatchPredictionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBatchPredictionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBatchPredictionId(String batchPredictionId)
The ID assigned to the BatchPrediction
during creation.
batchPredictionId
- The ID assigned to the BatchPrediction
during creation.public String getBatchPredictionId()
The ID assigned to the BatchPrediction
during creation.
BatchPrediction
during creation.public UpdateBatchPredictionRequest withBatchPredictionId(String batchPredictionId)
The ID assigned to the BatchPrediction
during creation.
batchPredictionId
- The ID assigned to the BatchPrediction
during creation.public void setBatchPredictionName(String batchPredictionName)
A new user-supplied name or description of the BatchPrediction
.
batchPredictionName
- A new user-supplied name or description of the BatchPrediction
.public String getBatchPredictionName()
A new user-supplied name or description of the BatchPrediction
.
BatchPrediction
.public UpdateBatchPredictionRequest withBatchPredictionName(String batchPredictionName)
A new user-supplied name or description of the BatchPrediction
.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.