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