@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebACLSummary extends Object implements Serializable, Cloneable, StructuredPojo
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; useful for testing and debugging.
|
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.