@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebACLSummary extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
WebACLSummary() |
| Modifier and Type | Method and Description |
|---|---|
WebACLSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A friendly name or description of the WebACL.
|
String |
getWebACLId()
A unique identifier for a
WebACL. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
A friendly name or description of the WebACL.
|
void |
setWebACLId(String webACLId)
A unique identifier for a
WebACL. |
String |
toString()
Returns a string representation of this object.
|
WebACLSummary |
withName(String name)
A friendly name or description of the WebACL.
|
WebACLSummary |
withWebACLId(String webACLId)
A unique identifier for a
WebACL. |
public void setWebACLId(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.
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.
public String getWebACLId()
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 WebACLSummary withWebACLId(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.
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.
public void setName(String name)
A friendly name or description of the WebACL. You can't change the name of a WebACL after you
create it.
name - A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.public String getName()
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 withName(String name)
A friendly name or description of the WebACL. You can't change the name of a WebACL after you
create it.
name - A friendly name or description of the WebACL. You can't change the name of a WebACL
after you create it.public String toString()
toString in class ObjectObject.toString()public WebACLSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.