Package com.amazonaws.services.waf.model
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()
boolean
TheIPSetId
for an IPSet.getName()
A friendly name or description of the IPSet.int
hashCode()
void
setIPSetId
(String iPSetId) TheIPSetId
for an IPSet.void
A friendly name or description of the IPSet.toString()
Returns a string representation of this object; useful for testing and debugging.withIPSetId
(String iPSetId) TheIPSetId
for an IPSet.A friendly name or description of the IPSet.
-
Constructor Details
-
IPSetSummary
public IPSetSummary()
-
-
Method Details
-
setIPSetId
-
getIPSetId
-
withIPSetId
-
setName
A friendly name or description of the IPSet. You can't change the name of an
IPSet
after you create it.- Parameters:
name
- A friendly name or description of the IPSet. You can't change the name of anIPSet
after you create it.
-
getName
A friendly name or description of the IPSet. You can't change the name of an
IPSet
after you create it.- Returns:
- A friendly name or description of the IPSet. You can't
change the name of an
IPSet
after you create it.
-
withName
A friendly name or description of the IPSet. You can't change the name of an
IPSet
after you create it.- Parameters:
name
- A friendly name or description of the IPSet. You can't change the name of anIPSet
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
-