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