@Generated(value="software.amazon.awssdk:codegen") public final class XssMatchSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>
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.
The Id and Name of an XssMatchSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
XssMatchSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static XssMatchSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the
XssMatchSet, if any, specified by Id. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends XssMatchSetSummary.Builder> |
serializableBuilderClass() |
XssMatchSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
xssMatchSetId()
A unique identifier for an
XssMatchSet. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String xssMatchSetId()
A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about
a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see
UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a
Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see
DeleteXssMatchSet).
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
XssMatchSet. You use XssMatchSetId to get
information about a XssMatchSet (see GetXssMatchSet), update an
XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a
Rule or delete one from a Rule (see UpdateRule), and delete an
XssMatchSet from AWS WAF (see DeleteXssMatchSet).
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
public final String name()
The name of the XssMatchSet, if any, specified by Id.
XssMatchSet, if any, specified by Id.public XssMatchSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>public static XssMatchSetSummary.Builder builder()
public static Class<? extends XssMatchSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.