@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsWafv2WebAclCaptchaConfigDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig
settings.
Constructor and Description |
---|
AwsWafv2WebAclCaptchaConfigDetails() |
Modifier and Type | Method and Description |
---|---|
AwsWafv2WebAclCaptchaConfigDetails |
clone() |
boolean |
equals(Object obj) |
AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails |
getImmunityTimeProperty()
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA
puzzle.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImmunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA
puzzle.
|
String |
toString()
Returns a string representation of this object.
|
AwsWafv2WebAclCaptchaConfigDetails |
withImmunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA
puzzle.
|
public void setImmunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
immunityTimeProperty
- Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a
CAPTCHA puzzle.public AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails getImmunityTimeProperty()
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
public AwsWafv2WebAclCaptchaConfigDetails withImmunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
immunityTimeProperty
- Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a
CAPTCHA puzzle.public String toString()
toString
in class Object
Object.toString()
public AwsWafv2WebAclCaptchaConfigDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.