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