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