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