@Generated(value="software.amazon.awssdk:codegen") public final class RegexPatternSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegexPatternSetSummary.Builder,RegexPatternSetSummary>
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.
Returned by ListRegexPatternSets. Each RegexPatternSetSummary object includes the
Name and RegexPatternSetId for one RegexPatternSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegexPatternSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegexPatternSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A friendly name or description of the RegexPatternSet.
|
String |
regexPatternSetId()
The
RegexPatternSetId for a RegexPatternSet. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegexPatternSetSummary.Builder> |
serializableBuilderClass() |
RegexPatternSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String regexPatternSetId()
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to
get information about a RegexPatternSet, update a RegexPatternSet, remove a
RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from
AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
RegexPatternSetId for a RegexPatternSet. You use
RegexPatternSetId to get information about a RegexPatternSet, update a
RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet,
and delete a RegexPatternSet from AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
public final String name()
A friendly name or description of the RegexPatternSet. You can't change Name after you create
a RegexPatternSet.
Name after
you create a RegexPatternSet.public RegexPatternSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegexPatternSetSummary.Builder,RegexPatternSetSummary>public static RegexPatternSetSummary.Builder builder()
public static Class<? extends RegexPatternSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.