@Generated(value="software.amazon.awssdk:codegen") public final class WebACLSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WebACLSummary.Builder,WebACLSummary>
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.
Contains the identifier and the name or description of the WebACL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WebACLSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WebACLSummary.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 WebACL.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WebACLSummary.Builder> |
serializableBuilderClass() |
WebACLSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
webACLId()
A unique identifier for a
WebACL. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String webACLId()
A unique identifier for a WebACL. You use WebACLId to get information about a
WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a
WebACL from AWS WAF (see DeleteWebACL).
WebACLId is returned by CreateWebACL and by ListWebACLs.
WebACL. You use WebACLId to get information about a
WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and
delete a WebACL from AWS WAF (see DeleteWebACL).
WebACLId is returned by CreateWebACL and by ListWebACLs.
public final String name()
A friendly name or description of the WebACL. You can't change the name of a WebACL after you
create it.
WebACL
after you create it.public WebACLSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WebACLSummary.Builder,WebACLSummary>public static WebACLSummary.Builder builder()
public static Class<? extends WebACLSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.