Package com.amazonaws.services.waf.model
Class GetIPSetResult
java.lang.Object
com.amazonaws.services.waf.model.GetIPSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getIPSet()
Information about the IPSet that you specified in theGetIPSet
request.int
hashCode()
void
Information about the IPSet that you specified in theGetIPSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.Information about the IPSet that you specified in theGetIPSet
request.
-
Constructor Details
-
GetIPSetResult
public GetIPSetResult()
-
-
Method Details
-
setIPSet
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- Parameters:
iPSet
- Information about the IPSet that you specified in theGetIPSet
request. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
- IPSet: Contains
-
getIPSet
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- Returns:
- Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
- IPSet: Contains
-
withIPSet
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- Parameters:
iPSet
- Information about the IPSet that you specified in theGetIPSet
request. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
- IPSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- IPSet: Contains
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-