Class AwsWafv2RulesActionCaptchaDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsWafv2RulesActionCaptchaDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsWafv2RulesActionCaptchaDetails.Builder,AwsWafv2RulesActionCaptchaDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsWafv2RulesActionCaptchaDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsWafv2RulesActionCaptchaDetails.Builderbuilder()AwsWafv2CustomRequestHandlingDetailscustomRequestHandling()Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsWafv2RulesActionCaptchaDetails.Builder>serializableBuilderClass()AwsWafv2RulesActionCaptchaDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
customRequestHandling
public 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..
- Returns:
- 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..
-
toBuilder
public AwsWafv2RulesActionCaptchaDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsWafv2RulesActionCaptchaDetails.Builder,AwsWafv2RulesActionCaptchaDetails>
-
builder
public static AwsWafv2RulesActionCaptchaDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsWafv2RulesActionCaptchaDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-