Class IPSetSummary
java.lang.Object
com.amazonaws.services.waf.model.IPSetSummary
- All Implemented Interfaces:
Serializable, Cloneable
Contains the identifier and the name of the IPSet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTheIPSetIdfor an IPSet.getName()A friendly name or description of the IPSet.inthashCode()voidsetIPSetId(String iPSetId) TheIPSetIdfor an IPSet.voidA friendly name or description of the IPSet.toString()Returns a string representation of this object; useful for testing and debugging.withIPSetId(String iPSetId) TheIPSetIdfor an IPSet.A friendly name or description of the IPSet.
-
Constructor Details
-
IPSetSummary
public IPSetSummary()
-
-
Method Details
-
setIPSetId
-
getIPSetId
-
withIPSetId
-
setName
-
getName
-
withName
A friendly name or description of the IPSet. You can't change the name of an
IPSetafter you create it.- Parameters:
name- A friendly name or description of the IPSet. You can't change the name of anIPSetafter you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-