@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 in the WAF Developer Guide.
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 in the WAF Developer Guide.InspectionLevel
public 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 in the WAF Developer Guide.
InspectionLevel
public 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 in the WAF Developer Guide.
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 in the WAF Developer Guide.InspectionLevel
public 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 in the WAF Developer Guide.
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 in the WAF Developer Guide.InspectionLevel
public String toString()
toString
in class Object
Object.toString()
public AWSManagedRulesBotControlRuleSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.