Package com.amazonaws.services.waf.model
Class IPSetSummary
- java.lang.Object
-
- com.amazonaws.services.waf.model.IPSetSummary
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class IPSetSummary extends Object implements Serializable, Cloneable
Contains the identifier and the name of the
IPSet
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IPSetSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPSetSummary
clone()
boolean
equals(Object obj)
String
getIPSetId()
TheIPSetId
for an IPSet.String
getName()
A friendly name or description of the IPSet.int
hashCode()
void
setIPSetId(String iPSetId)
TheIPSetId
for an IPSet.void
setName(String name)
A friendly name or description of the IPSet.String
toString()
Returns a string representation of this object; useful for testing and debugging.IPSetSummary
withIPSetId(String iPSetId)
TheIPSetId
for an IPSet.IPSetSummary
withName(String name)
A friendly name or description of the IPSet.
-
-
-
Method Detail
-
setIPSetId
public void setIPSetId(String iPSetId)
-
getIPSetId
public String getIPSetId()
-
withIPSetId
public IPSetSummary withIPSetId(String iPSetId)
-
setName
public void setName(String name)
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
public String 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
public IPSetSummary withName(String name)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public IPSetSummary clone()
-
-