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