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 NameIPSetDescriptors: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor object
contains Type and ValueiPSet - Information about the IPSet that you specified in the
GetIPSet request. For more information, see the
following topics:
IPSetDescriptors,
IPSetId, and NameIPSetDescriptors: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object contains Type and Valuepublic IPSet getIPSet()
Information about the IPSet that you specified in the
GetIPSet request. For more information, see the following
topics:
IPSetDescriptors,
IPSetId, and NameIPSetDescriptors: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor object
contains Type and ValueGetIPSet request. For more information, see the
following topics:
IPSetDescriptors,
IPSetId, and NameIPSetDescriptors: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object contains Type and Valuepublic 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 NameIPSetDescriptors: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor object
contains Type and ValueiPSet - Information about the IPSet that you specified in the
GetIPSet request. For more information, see the
following topics:
IPSetDescriptors,
IPSetId, and NameIPSetDescriptors: Contains an array of
IPSetDescriptor objects. Each IPSetDescriptor
object contains Type and Valuepublic String toString()
toString in class ObjectObject.toString()public GetIPSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.