@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIPSetResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
GetIPSetResult |
withIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIPSet(IPSet iPSet)
Information about the IPSet that you specified in the GetIPSet request. For more information,
see the following topics:
IPSet: Contains 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:
IPSet: Contains 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:
IPSet: Contains 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:
IPSet: Contains 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:
IPSet: Contains 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:
IPSet: Contains IPSetDescriptors, IPSetId, and Name
IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each
IPSetDescriptor object contains Type and Value
public String toString()
toString in class ObjectObject.toString()public GetIPSetResult clone()