@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisRulePolicyV1 extends Object implements Serializable, Cloneable, StructuredPojo
Controls on the query specifications that can be run on configured table.
Constructor and Description |
---|
AnalysisRulePolicyV1() |
Modifier and Type | Method and Description |
---|---|
AnalysisRulePolicyV1 |
clone() |
boolean |
equals(Object obj) |
AnalysisRuleAggregation |
getAggregation()
Analysis rule type that enables only aggregation queries on a configured table.
|
AnalysisRuleCustom |
getCustom()
Analysis rule type that enables custom SQL queries on a configured table.
|
AnalysisRuleIdMappingTable |
getIdMappingTable()
The ID mapping table.
|
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)
Analysis rule type that enables custom SQL queries on a configured table.
|
void |
setIdMappingTable(AnalysisRuleIdMappingTable idMappingTable)
The ID mapping table.
|
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.
|
AnalysisRulePolicyV1 |
withAggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
AnalysisRulePolicyV1 |
withCustom(AnalysisRuleCustom custom)
Analysis rule type that enables custom SQL queries on a configured table.
|
AnalysisRulePolicyV1 |
withIdMappingTable(AnalysisRuleIdMappingTable idMappingTable)
The ID mapping table.
|
AnalysisRulePolicyV1 |
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 AnalysisRulePolicyV1 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 AnalysisRulePolicyV1 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)
Analysis rule type that enables custom SQL queries on a configured table.
custom
- Analysis rule type that enables custom SQL queries on a configured table.public AnalysisRuleCustom getCustom()
Analysis rule type that enables custom SQL queries on a configured table.
public AnalysisRulePolicyV1 withCustom(AnalysisRuleCustom custom)
Analysis rule type that enables custom SQL queries on a configured table.
custom
- Analysis rule type that enables custom SQL queries on a configured table.public void setIdMappingTable(AnalysisRuleIdMappingTable idMappingTable)
The ID mapping table.
idMappingTable
- The ID mapping table.public AnalysisRuleIdMappingTable getIdMappingTable()
The ID mapping table.
public AnalysisRulePolicyV1 withIdMappingTable(AnalysisRuleIdMappingTable idMappingTable)
The ID mapping table.
idMappingTable
- The ID mapping table.public String toString()
toString
in class Object
Object.toString()
public AnalysisRulePolicyV1 clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.