Class WebACLSummary
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the identifier and the name or description of the WebACL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
A friendly name or description of the WebACL.A unique identifier for aWebACL
.int
hashCode()
void
A friendly name or description of the WebACL.void
setWebACLId
(String webACLId) A unique identifier for aWebACL
.toString()
Returns a string representation of this object; useful for testing and debugging.A friendly name or description of the WebACL.withWebACLId
(String webACLId) A unique identifier for aWebACL
.
-
Constructor Details
-
WebACLSummary
public WebACLSummary()
-
-
Method Details
-
setWebACLId
A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.- Parameters:
webACLId
- A unique identifier for aWebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.
-
getWebACLId
A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.- Returns:
- A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.
-
withWebACLId
A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.- Parameters:
webACLId
- A unique identifier for aWebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
A friendly name or description of the WebACL. You can't change the name of a
WebACL
after you create it.- Parameters:
name
- A friendly name or description of the WebACL. You can't change the name of aWebACL
after you create it.
-
getName
A friendly name or description of the WebACL. You can't change the name of a
WebACL
after you create it.- Returns:
- A friendly name or description of the WebACL. You can't
change the name of a
WebACL
after you create it.
-
withName
A friendly name or description of the WebACL. You can't change the name of a
WebACL
after you create it.- Parameters:
name
- A friendly name or description of the WebACL. You can't change the name of aWebACL
after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-