@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSManagedRulesBotControlRuleSet extends Object implements Serializable, Cloneable, StructuredPojo
Details for your use of the Bot Control managed rule group, AWSManagedRulesBotControlRuleSet. This
configuration is used in ManagedRuleGroupConfig.
| Constructor and Description |
|---|
AWSManagedRulesBotControlRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
AWSManagedRulesBotControlRuleSet |
clone() |
boolean |
equals(Object obj) |
String |
getInspectionLevel()
The inspection level to use for the Bot Control rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInspectionLevel(String inspectionLevel)
The inspection level to use for the Bot Control rule group.
|
String |
toString()
Returns a string representation of this object.
|
AWSManagedRulesBotControlRuleSet |
withInspectionLevel(InspectionLevel inspectionLevel)
The inspection level to use for the Bot Control rule group.
|
AWSManagedRulesBotControlRuleSet |
withInspectionLevel(String inspectionLevel)
The inspection level to use for the Bot Control rule group.
|
public void setInspectionLevel(String inspectionLevel)
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group.
inspectionLevel - The inspection level to use for the Bot Control rule group. The common level is the least expensive. The
targeted level includes all common level rules and adds rules with more advanced inspection criteria. For
details, see WAF Bot
Control rule group.InspectionLevelpublic String getInspectionLevel()
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group.
InspectionLevelpublic AWSManagedRulesBotControlRuleSet withInspectionLevel(String inspectionLevel)
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group.
inspectionLevel - The inspection level to use for the Bot Control rule group. The common level is the least expensive. The
targeted level includes all common level rules and adds rules with more advanced inspection criteria. For
details, see WAF Bot
Control rule group.InspectionLevelpublic AWSManagedRulesBotControlRuleSet withInspectionLevel(InspectionLevel inspectionLevel)
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group.
inspectionLevel - The inspection level to use for the Bot Control rule group. The common level is the least expensive. The
targeted level includes all common level rules and adds rules with more advanced inspection criteria. For
details, see WAF Bot
Control rule group.InspectionLevelpublic String toString()
toString in class ObjectObject.toString()public AWSManagedRulesBotControlRuleSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.