public class IPSetSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the identifier and the name of the IPSet
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
iPSetId
The
IPSetId for an IPSet. |
private java.lang.String |
name
A friendly name or description of the IPSet.
|
Constructor and Description |
---|
IPSetSummary() |
Modifier and Type | Method and Description |
---|---|
IPSetSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIPSetId()
The
IPSetId for an IPSet. |
java.lang.String |
getName()
A friendly name or description of the IPSet.
|
int |
hashCode() |
void |
setIPSetId(java.lang.String iPSetId)
The
IPSetId for an IPSet. |
void |
setName(java.lang.String name)
A friendly name or description of the IPSet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IPSetSummary |
withIPSetId(java.lang.String iPSetId)
The
IPSetId for an IPSet. |
IPSetSummary |
withName(java.lang.String name)
A friendly name or description of the IPSet.
|
private java.lang.String iPSetId
private java.lang.String name
A friendly name or description of the IPSet. You can't change the
name of an IPSet
after you create it.
public void setIPSetId(java.lang.String iPSetId)
public java.lang.String getIPSetId()
public IPSetSummary withIPSetId(java.lang.String iPSetId)
public void setName(java.lang.String name)
A friendly name or description of the IPSet. You can't change the
name of an IPSet
after you create it.
name
- A friendly name or description of the IPSet. You can't
change the name of an IPSet
after you create it.public java.lang.String getName()
A friendly name or description of the IPSet. You can't change the
name of an IPSet
after you create it.
IPSet
after you create it.public IPSetSummary withName(java.lang.String name)
A friendly name or description of the IPSet. You can't change the
name of an IPSet
after you create it.
name
- A friendly name or description of the IPSet. You can't
change the name of an IPSet
after you create it.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public IPSetSummary clone()
clone
in class java.lang.Object