@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateActiveModelVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateActiveModelVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateActiveModelVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getModelName()
The name of the machine learning model for which the active model version is being set.
|
Long |
getModelVersion()
The version of the machine learning model for which the active model version is being set.
|
int |
hashCode() |
void |
setModelName(String modelName)
The name of the machine learning model for which the active model version is being set.
|
void |
setModelVersion(Long modelVersion)
The version of the machine learning model for which the active model version is being set.
|
String |
toString()
Returns a string representation of this object.
|
UpdateActiveModelVersionRequest |
withModelName(String modelName)
The name of the machine learning model for which the active model version is being set.
|
UpdateActiveModelVersionRequest |
withModelVersion(Long modelVersion)
The version of the machine learning model for which the active model version is being set.
|
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 setModelName(String modelName)
The name of the machine learning model for which the active model version is being set.
modelName
- The name of the machine learning model for which the active model version is being set.public String getModelName()
The name of the machine learning model for which the active model version is being set.
public UpdateActiveModelVersionRequest withModelName(String modelName)
The name of the machine learning model for which the active model version is being set.
modelName
- The name of the machine learning model for which the active model version is being set.public void setModelVersion(Long modelVersion)
The version of the machine learning model for which the active model version is being set.
modelVersion
- The version of the machine learning model for which the active model version is being set.public Long getModelVersion()
The version of the machine learning model for which the active model version is being set.
public UpdateActiveModelVersionRequest withModelVersion(Long modelVersion)
The version of the machine learning model for which the active model version is being set.
modelVersion
- The version of the machine learning model for which the active model version is being set.public String toString()
toString
in class Object
Object.toString()
public UpdateActiveModelVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()