public class GetIPSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private IPSet |
iPSet
Information about the IPSet that you specified in the
GetIPSet request. |
Constructor and Description |
---|
GetIPSetResult() |
Modifier and Type | Method and Description |
---|---|
GetIPSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
IPSet |
getIPSet()
Information about the IPSet that you specified in the
GetIPSet request. |
int |
hashCode() |
void |
setIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIPSetResult |
withIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet request. |
private IPSet iPSet
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following
topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object
contains Type
and Value
public void setIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following
topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object
contains Type
and Value
iPSet
- Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the
following topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object contains Type
and Value
public IPSet getIPSet()
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following
topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object
contains Type
and Value
GetIPSet
request. For more information, see the
following topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object contains Type
and Value
public GetIPSetResult withIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following
topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object
contains Type
and Value
iPSet
- Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the
following topics:
IPSetDescriptors
,
IPSetId
, and Name
IPSetDescriptors
: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object contains Type
and Value
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 GetIPSetResult clone()
clone
in class java.lang.Object