@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateModelVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateModelVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The model description.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersionNumber()
The model version.
|
String |
getStatus()
The new model status.
|
int |
hashCode() |
void |
setDescription(String description)
The model description.
|
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setModelVersionNumber(String modelVersionNumber)
The model version.
|
void |
setStatus(String status)
The new model status.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelVersionRequest |
withDescription(String description)
The model description.
|
UpdateModelVersionRequest |
withModelId(String modelId)
The model ID.
|
UpdateModelVersionRequest |
withModelType(ModelTypeEnum modelType)
The model type.
|
UpdateModelVersionRequest |
withModelType(String modelType)
The model type.
|
UpdateModelVersionRequest |
withModelVersionNumber(String modelVersionNumber)
The model version.
|
UpdateModelVersionRequest |
withStatus(ModelVersionStatus status)
The new model status.
|
UpdateModelVersionRequest |
withStatus(String status)
The new model status.
|
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 UpdateModelVersionRequest 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 UpdateModelVersionRequest withModelType(String modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public UpdateModelVersionRequest withModelType(ModelTypeEnum modelType)
The model type.
modelType
- The model type.ModelTypeEnum
public void setModelVersionNumber(String modelVersionNumber)
The model version.
modelVersionNumber
- The model version.public String getModelVersionNumber()
The model version.
public UpdateModelVersionRequest withModelVersionNumber(String modelVersionNumber)
The model version.
modelVersionNumber
- The model version.public void setDescription(String description)
The model description.
description
- The model description.public String getDescription()
The model description.
public UpdateModelVersionRequest withDescription(String description)
The model description.
description
- The model description.public void setStatus(String status)
The new model status.
status
- The new model status.ModelVersionStatus
public String getStatus()
The new model status.
ModelVersionStatus
public UpdateModelVersionRequest withStatus(String status)
The new model status.
status
- The new model status.ModelVersionStatus
public UpdateModelVersionRequest withStatus(ModelVersionStatus status)
The new model status.
status
- The new model status.ModelVersionStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateModelVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.