public class DeleteMLModelResult extends Object implements Serializable, Cloneable
Represents the output of a DeleteMLModel operation.
You can use the GetMLModel operation and check the value of the
Status parameter to see whether an MLModel
is marked as DELETED .
| Constructor and Description |
|---|
DeleteMLModelResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMLModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getMLModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteMLModelResult |
withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
public String getMLModelId()
MLModel.
This value should be identical to the value of the
MLModelID in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
MLModel.
This value should be identical to the value of the
MLModelID in the request.public void setMLModelId(String mLModelId)
MLModel.
This value should be identical to the value of the
MLModelID in the request.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId - A user-supplied ID that uniquely identifies the MLModel.
This value should be identical to the value of the
MLModelID in the request.public DeleteMLModelResult withMLModelId(String mLModelId)
MLModel.
This value should be identical to the value of the
MLModelID in the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId - A user-supplied ID that uniquely identifies the MLModel.
This value should be identical to the value of the
MLModelID in the request.public String toString()
toString in class ObjectObject.toString()public DeleteMLModelResult clone()
Copyright © 2015. All rights reserved.