@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 CreateModelVersionRequest 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 CreateModelVersionRequest withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public CreateModelVersionRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public 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 Object
Object.toString()
public CreateModelVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.