@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartRetrainingSchedulerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartRetrainingSchedulerResult() |
| Modifier and Type | Method and Description |
|---|---|
StartRetrainingSchedulerResult |
clone() |
boolean |
equals(Object obj) |
String |
getModelArn()
The ARN of the model whose retraining scheduler is being started.
|
String |
getModelName()
The name of the model whose retraining scheduler is being started.
|
String |
getStatus()
The status of the retraining scheduler.
|
int |
hashCode() |
void |
setModelArn(String modelArn)
The ARN of the model whose retraining scheduler is being started.
|
void |
setModelName(String modelName)
The name of the model whose retraining scheduler is being started.
|
void |
setStatus(String status)
The status of the retraining scheduler.
|
String |
toString()
Returns a string representation of this object.
|
StartRetrainingSchedulerResult |
withModelArn(String modelArn)
The ARN of the model whose retraining scheduler is being started.
|
StartRetrainingSchedulerResult |
withModelName(String modelName)
The name of the model whose retraining scheduler is being started.
|
StartRetrainingSchedulerResult |
withStatus(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
|
StartRetrainingSchedulerResult |
withStatus(String status)
The status of the retraining scheduler.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setModelName(String modelName)
The name of the model whose retraining scheduler is being started.
modelName - The name of the model whose retraining scheduler is being started.public String getModelName()
The name of the model whose retraining scheduler is being started.
public StartRetrainingSchedulerResult withModelName(String modelName)
The name of the model whose retraining scheduler is being started.
modelName - The name of the model whose retraining scheduler is being started.public void setModelArn(String modelArn)
The ARN of the model whose retraining scheduler is being started.
modelArn - The ARN of the model whose retraining scheduler is being started.public String getModelArn()
The ARN of the model whose retraining scheduler is being started.
public StartRetrainingSchedulerResult withModelArn(String modelArn)
The ARN of the model whose retraining scheduler is being started.
modelArn - The ARN of the model whose retraining scheduler is being started.public void setStatus(String status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatuspublic String getStatus()
The status of the retraining scheduler.
RetrainingSchedulerStatuspublic StartRetrainingSchedulerResult withStatus(String status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatuspublic StartRetrainingSchedulerResult withStatus(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
status - The status of the retraining scheduler.RetrainingSchedulerStatuspublic String toString()
toString in class ObjectObject.toString()public StartRetrainingSchedulerResult clone()