@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeModelVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeModelVersionRequest |
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 that this version belongs to.
|
Long |
getModelVersion()
The version of the machine learning model.
|
int |
hashCode() |
void |
setModelName(String modelName)
The name of the machine learning model that this version belongs to.
|
void |
setModelVersion(Long modelVersion)
The version of the machine learning model.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelVersionRequest |
withModelName(String modelName)
The name of the machine learning model that this version belongs to.
|
DescribeModelVersionRequest |
withModelVersion(Long modelVersion)
The version of the machine learning model.
|
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 that this version belongs to.
modelName
- The name of the machine learning model that this version belongs to.public String getModelName()
The name of the machine learning model that this version belongs to.
public DescribeModelVersionRequest withModelName(String modelName)
The name of the machine learning model that this version belongs to.
modelName
- The name of the machine learning model that this version belongs to.public void setModelVersion(Long modelVersion)
The version of the machine learning model.
modelVersion
- The version of the machine learning model.public Long getModelVersion()
The version of the machine learning model.
public DescribeModelVersionRequest withModelVersion(Long modelVersion)
The version of the machine learning model.
modelVersion
- The version of the machine learning model.public String toString()
toString
in class Object
Object.toString()
public DescribeModelVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()