@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateConfiguredTableAnalysisRuleResult clone()