@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfiguredTableAnalysisRulePolicyV1 extends Object implements Serializable, Cloneable, StructuredPojo
Controls on the query specifications that can be run on a configured table.
Constructor and Description |
---|
ConfiguredTableAnalysisRulePolicyV1() |
Modifier and Type | Method and Description |
---|---|
ConfiguredTableAnalysisRulePolicyV1 |
clone() |
boolean |
equals(Object obj) |
AnalysisRuleAggregation |
getAggregation()
Analysis rule type that enables only aggregation queries on a configured table.
|
AnalysisRuleCustom |
getCustom() |
AnalysisRuleList |
getList()
Analysis rule type that enables only list queries on a configured table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
void |
setCustom(AnalysisRuleCustom custom) |
void |
setList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
String |
toString()
Returns a string representation of this object.
|
ConfiguredTableAnalysisRulePolicyV1 |
withAggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
ConfiguredTableAnalysisRulePolicyV1 |
withCustom(AnalysisRuleCustom custom) |
ConfiguredTableAnalysisRulePolicyV1 |
withList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
public void setList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
list
- Analysis rule type that enables only list queries on a configured table.public AnalysisRuleList getList()
Analysis rule type that enables only list queries on a configured table.
public ConfiguredTableAnalysisRulePolicyV1 withList(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
list
- Analysis rule type that enables only list queries on a configured table.public void setAggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
aggregation
- Analysis rule type that enables only aggregation queries on a configured table.public AnalysisRuleAggregation getAggregation()
Analysis rule type that enables only aggregation queries on a configured table.
public ConfiguredTableAnalysisRulePolicyV1 withAggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
aggregation
- Analysis rule type that enables only aggregation queries on a configured table.public void setCustom(AnalysisRuleCustom custom)
custom
- public AnalysisRuleCustom getCustom()
public ConfiguredTableAnalysisRulePolicyV1 withCustom(AnalysisRuleCustom custom)
custom
- public String toString()
toString
in class Object
Object.toString()
public ConfiguredTableAnalysisRulePolicyV1 clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.