@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportModelVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportModelVersionResult() |
Modifier and Type | Method and Description |
---|---|
ImportModelVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getModelArn()
The Amazon Resource Name (ARN) of the model being created.
|
String |
getModelName()
The name for the machine learning model.
|
Long |
getModelVersion()
The version of the model being created.
|
String |
getModelVersionArn()
The Amazon Resource Name (ARN) of the model version being created.
|
String |
getStatus()
The status of the
ImportModelVersion operation. |
int |
hashCode() |
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model being created.
|
void |
setModelName(String modelName)
The name for the machine learning model.
|
void |
setModelVersion(Long modelVersion)
The version of the model being created.
|
void |
setModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version being created.
|
void |
setStatus(String status)
The status of the
ImportModelVersion operation. |
String |
toString()
Returns a string representation of this object.
|
ImportModelVersionResult |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model being created.
|
ImportModelVersionResult |
withModelName(String modelName)
The name for the machine learning model.
|
ImportModelVersionResult |
withModelVersion(Long modelVersion)
The version of the model being created.
|
ImportModelVersionResult |
withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version being created.
|
ImportModelVersionResult |
withStatus(ModelVersionStatus status)
The status of the
ImportModelVersion operation. |
ImportModelVersionResult |
withStatus(String status)
The status of the
ImportModelVersion operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelName(String modelName)
The name for the machine learning model.
modelName
- The name for the machine learning model.public String getModelName()
The name for the machine learning model.
public ImportModelVersionResult withModelName(String modelName)
The name for the machine learning model.
modelName
- The name for the machine learning model.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model being created.
modelArn
- The Amazon Resource Name (ARN) of the model being created.public String getModelArn()
The Amazon Resource Name (ARN) of the model being created.
public ImportModelVersionResult withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model being created.
modelArn
- The Amazon Resource Name (ARN) of the model being created.public void setModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version being created.
modelVersionArn
- The Amazon Resource Name (ARN) of the model version being created.public String getModelVersionArn()
The Amazon Resource Name (ARN) of the model version being created.
public ImportModelVersionResult withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version being created.
modelVersionArn
- The Amazon Resource Name (ARN) of the model version being created.public void setModelVersion(Long modelVersion)
The version of the model being created.
modelVersion
- The version of the model being created.public Long getModelVersion()
The version of the model being created.
public ImportModelVersionResult withModelVersion(Long modelVersion)
The version of the model being created.
modelVersion
- The version of the model being created.public void setStatus(String status)
The status of the ImportModelVersion
operation.
status
- The status of the ImportModelVersion
operation.ModelVersionStatus
public String getStatus()
The status of the ImportModelVersion
operation.
ImportModelVersion
operation.ModelVersionStatus
public ImportModelVersionResult withStatus(String status)
The status of the ImportModelVersion
operation.
status
- The status of the ImportModelVersion
operation.ModelVersionStatus
public ImportModelVersionResult withStatus(ModelVersionStatus status)
The status of the ImportModelVersion
operation.
status
- The status of the ImportModelVersion
operation.ModelVersionStatus
public String toString()
toString
in class Object
Object.toString()
public ImportModelVersionResult clone()