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