public class IPSetSummary extends Object implements Serializable, Cloneable
Contains the identifier and the name of the IPSet
.
Constructor and Description |
---|
IPSetSummary() |
Modifier and Type | Method and Description |
---|---|
IPSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getIPSetId()
The
IPSetId for an IPSet. |
String |
getName()
A friendly name or description of the IPSet.
|
int |
hashCode() |
void |
setIPSetId(String iPSetId)
The
IPSetId 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)
The
IPSetId for an IPSet. |
IPSetSummary |
withName(String name)
A friendly name or description of the IPSet.
|
public void setIPSetId(String iPSetId)
public String getIPSetId()
public IPSetSummary withIPSetId(String iPSetId)
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.
name
- A friendly name or description of the IPSet. You can't
change the name of an IPSet
after you create it.public 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(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 String toString()
toString
in class Object
Object.toString()
public IPSetSummary clone()
Copyright © 2018. All rights reserved.