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 IPSetSummaryclone()booleanequals(Object obj)StringgetIPSetId()TheIPSetIdfor an IPSet.StringgetName()A friendly name or description of the IPSet.inthashCode()voidsetIPSetId(String iPSetId)TheIPSetIdfor an IPSet.voidsetName(String name)A friendly name or description of the IPSet.StringtoString()Returns a string representation of this object; useful for testing and debugging.IPSetSummarywithIPSetId(String iPSetId)TheIPSetIdfor an IPSet.IPSetSummarywithName(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
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.
-
getName
public String getName()
A friendly name or description of the IPSet. You can't change the name of an
IPSetafter you create it.- Returns:
- A friendly name or description of the IPSet. You can't
change the name of an
IPSetafter 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
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public IPSetSummary clone()
-
-