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