@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopInferenceExperimentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopInferenceExperimentResult() |
Modifier and Type | Method and Description |
---|---|
StopInferenceExperimentResult |
clone() |
boolean |
equals(Object obj) |
String |
getInferenceExperimentArn()
The ARN of the stopped inference experiment.
|
int |
hashCode() |
void |
setInferenceExperimentArn(String inferenceExperimentArn)
The ARN of the stopped inference experiment.
|
String |
toString()
Returns a string representation of this object.
|
StopInferenceExperimentResult |
withInferenceExperimentArn(String inferenceExperimentArn)
The ARN of the stopped inference experiment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInferenceExperimentArn(String inferenceExperimentArn)
The ARN of the stopped inference experiment.
inferenceExperimentArn
- The ARN of the stopped inference experiment.public String getInferenceExperimentArn()
The ARN of the stopped inference experiment.
public StopInferenceExperimentResult withInferenceExperimentArn(String inferenceExperimentArn)
The ARN of the stopped inference experiment.
inferenceExperimentArn
- The ARN of the stopped inference experiment.public String toString()
toString
in class Object
Object.toString()
public StopInferenceExperimentResult clone()