@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateModelVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelVersionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The model description.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersionNumber()
The model version.
|
String |
getStatus()
The new model status.
|
int |
hashCode() |
void |
setDescription(String description)
The model description.
|
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setModelVersionNumber(String modelVersionNumber)
The model version.
|
void |
setStatus(String status)
The new model status.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelVersionRequest |
withDescription(String description)
The model description.
|
UpdateModelVersionRequest |
withModelId(String modelId)
The model ID.
|
UpdateModelVersionRequest |
withModelType(ModelTypeEnum modelType)
The model type.
|
UpdateModelVersionRequest |
withModelType(String modelType)
The model type.
|
UpdateModelVersionRequest |
withModelVersionNumber(String modelVersionNumber)
The model version.
|
UpdateModelVersionRequest |
withStatus(ModelVersionStatus status)
The new model status.
|
UpdateModelVersionRequest |
withStatus(String status)
The new model status.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setModelId(String modelId)
The model ID.
modelId - The model ID.public String getModelId()
The model ID.
public UpdateModelVersionRequest withModelId(String modelId)
The model ID.
modelId - The model ID.public void setModelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnumpublic String getModelType()
The model type.
ModelTypeEnumpublic UpdateModelVersionRequest withModelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnumpublic UpdateModelVersionRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType - The model type.ModelTypeEnumpublic void setModelVersionNumber(String modelVersionNumber)
The model version.
modelVersionNumber - The model version.public String getModelVersionNumber()
The model version.
public UpdateModelVersionRequest withModelVersionNumber(String modelVersionNumber)
The model version.
modelVersionNumber - The model version.public void setDescription(String description)
The model description.
description - The model description.public String getDescription()
The model description.
public UpdateModelVersionRequest withDescription(String description)
The model description.
description - The model description.public void setStatus(String status)
The new model status.
status - The new model status.ModelVersionStatuspublic String getStatus()
The new model status.
ModelVersionStatuspublic UpdateModelVersionRequest withStatus(String status)
The new model status.
status - The new model status.ModelVersionStatuspublic UpdateModelVersionRequest withStatus(ModelVersionStatus status)
The new model status.
status - The new model status.ModelVersionStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateModelVersionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.