@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteModelResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getModelArn()
The Amazon Resource Name (ARN) of the model that was deleted.
|
int |
hashCode() |
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteModelResult |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that was deleted.
modelArn - The Amazon Resource Name (ARN) of the model that was deleted.public String getModelArn()
The Amazon Resource Name (ARN) of the model that was deleted.
public DeleteModelResult withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that was deleted.
modelArn - The Amazon Resource Name (ARN) of the model that was deleted.public String toString()
toString in class ObjectObject.toString()public DeleteModelResult clone()