@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsWafv2RulesActionCountDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies that WAF should count the request.
Constructor and Description |
---|
AwsWafv2RulesActionCountDetails() |
Modifier and Type | Method and Description |
---|---|
AwsWafv2RulesActionCountDetails |
clone() |
boolean |
equals(Object obj) |
AwsWafv2CustomRequestHandlingDetails |
getCustomRequestHandling()
Defines custom handling for the web request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
String |
toString()
Returns a string representation of this object.
|
AwsWafv2RulesActionCountDetails |
withCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request.
|
public void setCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
customRequestHandling
- Defines custom handling for the web request. For more information, see Customizing
web requests and responses in WAF in the WAF Developer Guide..public AwsWafv2CustomRequestHandlingDetails getCustomRequestHandling()
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
public AwsWafv2RulesActionCountDetails withCustomRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
customRequestHandling
- Defines custom handling for the web request. For more information, see Customizing
web requests and responses in WAF in the WAF Developer Guide..public String toString()
toString
in class Object
Object.toString()
public AwsWafv2RulesActionCountDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.