Package com.amazonaws.services.waf.model
Class GetIPSetResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetIPSetResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetIPSetResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetIPSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIPSetResult
clone()
boolean
equals(Object obj)
IPSet
getIPSet()
Information about the IPSet that you specified in theGetIPSet
request.int
hashCode()
void
setIPSet(IPSet iPSet)
Information about the IPSet that you specified in theGetIPSet
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 theGetIPSet
request.
-
-
-
Method Detail
-
setIPSet
public 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
, 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
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
, 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
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
, 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIPSetResult clone()
-
-