Class FieldToMatch
- java.lang.Object
-
- software.amazon.awssdk.services.waf.model.FieldToMatch
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FieldToMatch.Builder,FieldToMatch>
@Generated("software.amazon.awssdk:codegen") public final class FieldToMatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldToMatch.Builder,FieldToMatch>
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies where in a web request to look for
TargetString.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFieldToMatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldToMatch.Builderbuilder()Stringdata()When the value ofTypeisHEADER, enter the name of the header that you want AWS WAF to search, for example,User-AgentorReferer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FieldToMatch.Builder>serializableBuilderClass()FieldToMatch.BuildertoBuilder()StringtoString()Returns a string representation of this object.MatchFieldTypetype()The part of the web request that you want AWS WAF to search for a specified string.StringtypeAsString()The part of the web request that you want AWS WAF to search for a specified string.-
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
-
type
public final MatchFieldType type()
The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:
-
HEADER: A specified request header, for example, the value of theUser-AgentorRefererheader. If you chooseHEADERfor the type, specify the name of the header inData. -
METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods:DELETE,GET,HEAD,OPTIONS,PATCH,POST, andPUT. -
QUERY_STRING: A query string, which is the part of a URL that appears after a?character, if any. -
URI: The part of a web request that identifies a resource, for example,/images/daily-ad.jpg. -
BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first8192bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet. -
SINGLE_QUERY_ARG: The parameter in the query string that you will inspect, such as UserName or SalesRegion. The maximum length forSINGLE_QUERY_ARGis 30 characters. -
ALL_QUERY_ARGS: Similar toSINGLE_QUERY_ARG, but rather than inspecting a single parameter, AWS WAF will inspect all parameters within the query for the value or regex pattern that you specify inTargetString.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMatchFieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The part of the web request that you want AWS WAF to search for a specified string. Parts of a request
that you can search include the following:
-
HEADER: A specified request header, for example, the value of theUser-AgentorRefererheader. If you chooseHEADERfor the type, specify the name of the header inData. -
METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods:DELETE,GET,HEAD,OPTIONS,PATCH,POST, andPUT. -
QUERY_STRING: A query string, which is the part of a URL that appears after a?character, if any. -
URI: The part of a web request that identifies a resource, for example,/images/daily-ad.jpg. -
BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first8192bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet. -
SINGLE_QUERY_ARG: The parameter in the query string that you will inspect, such as UserName or SalesRegion. The maximum length forSINGLE_QUERY_ARGis 30 characters. -
ALL_QUERY_ARGS: Similar toSINGLE_QUERY_ARG, but rather than inspecting a single parameter, AWS WAF will inspect all parameters within the query for the value or regex pattern that you specify inTargetString.
-
- See Also:
MatchFieldType
-
-
typeAsString
public final String typeAsString()
The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following:
-
HEADER: A specified request header, for example, the value of theUser-AgentorRefererheader. If you chooseHEADERfor the type, specify the name of the header inData. -
METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods:DELETE,GET,HEAD,OPTIONS,PATCH,POST, andPUT. -
QUERY_STRING: A query string, which is the part of a URL that appears after a?character, if any. -
URI: The part of a web request that identifies a resource, for example,/images/daily-ad.jpg. -
BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first8192bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet. -
SINGLE_QUERY_ARG: The parameter in the query string that you will inspect, such as UserName or SalesRegion. The maximum length forSINGLE_QUERY_ARGis 30 characters. -
ALL_QUERY_ARGS: Similar toSINGLE_QUERY_ARG, but rather than inspecting a single parameter, AWS WAF will inspect all parameters within the query for the value or regex pattern that you specify inTargetString.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMatchFieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The part of the web request that you want AWS WAF to search for a specified string. Parts of a request
that you can search include the following:
-
HEADER: A specified request header, for example, the value of theUser-AgentorRefererheader. If you chooseHEADERfor the type, specify the name of the header inData. -
METHOD: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods:DELETE,GET,HEAD,OPTIONS,PATCH,POST, andPUT. -
QUERY_STRING: A query string, which is the part of a URL that appears after a?character, if any. -
URI: The part of a web request that identifies a resource, for example,/images/daily-ad.jpg. -
BODY: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first8192bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet. -
SINGLE_QUERY_ARG: The parameter in the query string that you will inspect, such as UserName or SalesRegion. The maximum length forSINGLE_QUERY_ARGis 30 characters. -
ALL_QUERY_ARGS: Similar toSINGLE_QUERY_ARG, but rather than inspecting a single parameter, AWS WAF will inspect all parameters within the query for the value or regex pattern that you specify inTargetString.
-
- See Also:
MatchFieldType
-
-
data
public final String data()
When the value of
TypeisHEADER, enter the name of the header that you want AWS WAF to search, for example,User-AgentorReferer. The name of the header is not case sensitive.When the value of
TypeisSINGLE_QUERY_ARG, enter the name of the parameter that you want AWS WAF to search, for example,UserNameorSalesRegion. The parameter name is not case sensitive.If the value of
Typeis any other value, omitData.- Returns:
- When the value of
TypeisHEADER, enter the name of the header that you want AWS WAF to search, for example,User-AgentorReferer. The name of the header is not case sensitive.When the value of
TypeisSINGLE_QUERY_ARG, enter the name of the parameter that you want AWS WAF to search, for example,UserNameorSalesRegion. The parameter name is not case sensitive.If the value of
Typeis any other value, omitData.
-
toBuilder
public FieldToMatch.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FieldToMatch.Builder,FieldToMatch>
-
builder
public static FieldToMatch.Builder builder()
-
serializableBuilderClass
public static Class<? extends FieldToMatch.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.
-
-