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