@Generated(value="software.amazon.awssdk:codegen") public final class AwsWafv2RulesActionCaptchaDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsWafv2RulesActionCaptchaDetails.Builder,AwsWafv2RulesActionCaptchaDetails>
Specifies that WAF should run a CAPTCHA check against the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsWafv2RulesActionCaptchaDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafv2RulesActionCaptchaDetails.Builder |
builder() |
AwsWafv2CustomRequestHandlingDetails |
customRequestHandling()
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token
is valid and unexpired.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsWafv2RulesActionCaptchaDetails.Builder> |
serializableBuilderClass() |
AwsWafv2RulesActionCaptchaDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsWafv2CustomRequestHandlingDetails customRequestHandling()
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
public AwsWafv2RulesActionCaptchaDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsWafv2RulesActionCaptchaDetails.Builder,AwsWafv2RulesActionCaptchaDetails>public static AwsWafv2RulesActionCaptchaDetails.Builder builder()
public static Class<? extends AwsWafv2RulesActionCaptchaDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.