@Generated(value="software.amazon.awssdk:codegen") public final class WebACLSummary extends Object implements StructuredPojo, ToCopyableBuilder<WebACLSummary.Builder,WebACLSummary>
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
A friendly name or description of the WebACL.
|
static Class<? extends WebACLSummary.Builder> |
serializableBuilderClass() |
WebACLSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
webACLId()
A unique identifier for a
WebACL . |
copy
public 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WebACLSummary.Builder,WebACLSummary>
public static WebACLSummary.Builder builder()
public static Class<? extends WebACLSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.