@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetModelVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetModelVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersionNumber()
The model version number.
|
int |
hashCode() |
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setModelVersionNumber(String modelVersionNumber)
The model version number.
|
String |
toString()
Returns a string representation of this object.
|
GetModelVersionRequest |
withModelId(String modelId)
The model ID.
|
GetModelVersionRequest |
withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionRequest |
withModelType(String modelType)
The model type.
|
GetModelVersionRequest |
withModelVersionNumber(String modelVersionNumber)
The model version number.
|
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 setModelId(String modelId)
The model ID.
modelId
- The model ID.public String getModelId()
The model ID.
public GetModelVersionRequest withModelId(String modelId)
The model ID.
modelId
- The model ID.public void setModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public String getModelType()
The model type.
ModelTypeEnum
public GetModelVersionRequest withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public GetModelVersionRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public void setModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public String getModelVersionNumber()
The model version number.
public GetModelVersionRequest withModelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber
- The model version number.public String toString()
toString
in class Object
Object.toString()
public GetModelVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()