StructuredPojo
, ToCopyableBuilder<WebACLSummary.Builder,WebACLSummary>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
WebACLSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static WebACLSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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 . |
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.