@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDataQualityRulesetEvaluationRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDataQualityRulesetEvaluationRunResult() |
Modifier and Type | Method and Description |
---|---|
StartDataQualityRulesetEvaluationRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getRunId()
The unique run identifier associated with this run.
|
int |
hashCode() |
void |
setRunId(String runId)
The unique run identifier associated with this run.
|
String |
toString()
Returns a string representation of this object.
|
StartDataQualityRulesetEvaluationRunResult |
withRunId(String runId)
The unique run identifier associated with this run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public StartDataQualityRulesetEvaluationRunResult()
public void setRunId(String runId)
The unique run identifier associated with this run.
runId
- The unique run identifier associated with this run.public String getRunId()
The unique run identifier associated with this run.
public StartDataQualityRulesetEvaluationRunResult withRunId(String runId)
The unique run identifier associated with this run.
runId
- The unique run identifier associated with this run.public String toString()
toString
in class Object
Object.toString()
public StartDataQualityRulesetEvaluationRunResult clone()