@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDataQualityRuleRecommendationRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartDataQualityRuleRecommendationRunResult() |
| Modifier and Type | Method and Description |
|---|---|
StartDataQualityRuleRecommendationRunResult |
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.
|
StartDataQualityRuleRecommendationRunResult |
withRunId(String runId)
The unique run identifier associated with this run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic StartDataQualityRuleRecommendationRunResult()
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 StartDataQualityRuleRecommendationRunResult 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 ObjectObject.toString()public StartDataQualityRuleRecommendationRunResult clone()