@Generated(value="software.amazon.awssdk:codegen") public final class RegexPatternSetUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegexPatternSetUpdate.Builder,RegexPatternSetUpdate>
In an UpdateRegexPatternSet request, RegexPatternSetUpdate specifies whether to insert or delete
a RegexPatternString and includes the settings for the RegexPatternString.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegexPatternSetUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
ChangeAction |
action()
Specifies whether to insert or delete a
RegexPatternString. |
String |
actionAsString()
Specifies whether to insert or delete a
RegexPatternString. |
static RegexPatternSetUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
regexPatternString()
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegexPatternSetUpdate.Builder> |
serializableBuilderClass() |
RegexPatternSetUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ChangeAction action()
Specifies whether to insert or delete a RegexPatternString.
If the service returns an enum value that is not available in the current SDK version, action will
return ChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
RegexPatternString.ChangeActionpublic String actionAsString()
Specifies whether to insert or delete a RegexPatternString.
If the service returns an enum value that is not available in the current SDK version, action will
return ChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
RegexPatternString.ChangeActionpublic String regexPatternString()
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t.
B[a@]dB[o0]t.public RegexPatternSetUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RegexPatternSetUpdate.Builder,RegexPatternSetUpdate>public static RegexPatternSetUpdate.Builder builder()
public static Class<? extends RegexPatternSetUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.