@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfiguredTableAssociationAnalysisRulePolicy extends Object implements Serializable, Cloneable, StructuredPojo
Controls on the query specifications that can be run on an associated configured table.
| Constructor and Description |
|---|
ConfiguredTableAssociationAnalysisRulePolicy() |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAssociationAnalysisRulePolicy |
clone() |
boolean |
equals(Object obj) |
ConfiguredTableAssociationAnalysisRulePolicyV1 |
getV1()
The policy for the configured table association analysis rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setV1(ConfiguredTableAssociationAnalysisRulePolicyV1 v1)
The policy for the configured table association analysis rule.
|
String |
toString()
Returns a string representation of this object.
|
ConfiguredTableAssociationAnalysisRulePolicy |
withV1(ConfiguredTableAssociationAnalysisRulePolicyV1 v1)
The policy for the configured table association analysis rule.
|
public ConfiguredTableAssociationAnalysisRulePolicy()
public void setV1(ConfiguredTableAssociationAnalysisRulePolicyV1 v1)
The policy for the configured table association analysis rule.
v1 - The policy for the configured table association analysis rule.public ConfiguredTableAssociationAnalysisRulePolicyV1 getV1()
The policy for the configured table association analysis rule.
public ConfiguredTableAssociationAnalysisRulePolicy withV1(ConfiguredTableAssociationAnalysisRulePolicyV1 v1)
The policy for the configured table association analysis rule.
v1 - The policy for the configured table association analysis rule.public String toString()
toString in class ObjectObject.toString()public ConfiguredTableAssociationAnalysisRulePolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.