public class GetIPSetResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GetIPSetResult() |
Modifier and Type | Method and Description |
---|---|
GetIPSetResult |
clone() |
boolean |
equals(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. |
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. |
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 String toString()
toString
in class Object
Object.toString()
public GetIPSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.