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