@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfiguredTableAnalysisRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateConfiguredTableAnalysisRuleResult() |
Modifier and Type | Method and Description |
---|---|
CreateConfiguredTableAnalysisRuleResult |
clone() |
boolean |
equals(Object obj) |
ConfiguredTableAnalysisRule |
getAnalysisRule()
The analysis rule that was created for the configured table.
|
int |
hashCode() |
void |
setAnalysisRule(ConfiguredTableAnalysisRule analysisRule)
The analysis rule that was created for the configured table.
|
String |
toString()
Returns a string representation of this object.
|
CreateConfiguredTableAnalysisRuleResult |
withAnalysisRule(ConfiguredTableAnalysisRule analysisRule)
The analysis rule that was created for the configured table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateConfiguredTableAnalysisRuleResult()
public void setAnalysisRule(ConfiguredTableAnalysisRule analysisRule)
The analysis rule that was created for the configured table.
analysisRule
- The analysis rule that was created for the configured table.public ConfiguredTableAnalysisRule getAnalysisRule()
The analysis rule that was created for the configured table.
public CreateConfiguredTableAnalysisRuleResult withAnalysisRule(ConfiguredTableAnalysisRule analysisRule)
The analysis rule that was created for the configured table.
analysisRule
- The analysis rule that was created for the configured table.public String toString()
toString
in class Object
Object.toString()
public CreateConfiguredTableAnalysisRuleResult clone()