public class WebACLSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the identifier and the name or description of the WebACL.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
A friendly name or description of the WebACL.
|
private java.lang.String |
webACLId
A unique identifier for a
WebACL . |
Constructor and Description |
---|
WebACLSummary() |
Modifier and Type | Method and Description |
---|---|
WebACLSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
A friendly name or description of the WebACL.
|
java.lang.String |
getWebACLId()
A unique identifier for a
WebACL . |
int |
hashCode() |
void |
setName(java.lang.String name)
A friendly name or description of the WebACL.
|
void |
setWebACLId(java.lang.String webACLId)
A unique identifier for a
WebACL . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WebACLSummary |
withName(java.lang.String name)
A friendly name or description of the WebACL.
|
WebACLSummary |
withWebACLId(java.lang.String webACLId)
A unique identifier for a
WebACL . |
private java.lang.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.
private java.lang.String name
A friendly name or description of the WebACL. You can't change the
name of a WebACL
after you create it.
public void setWebACLId(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public WebACLSummary clone()
clone
in class java.lang.Object