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 GetIPSetResultclone()booleanequals(Object obj)IPSetgetIPSet()Information about the IPSet that you specified in theGetIPSetrequest.inthashCode()voidsetIPSet(IPSet iPSet)Information about the IPSet that you specified in theGetIPSetrequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetIPSetResultwithIPSet(IPSet iPSet)Information about the IPSet that you specified in theGetIPSetrequest.
-
-
-
Method Detail
-
setIPSet
public void setIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSetrequest. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- Parameters:
iPSet- Information about the IPSet that you specified in theGetIPSetrequest. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- IPSet: Contains
- IPSet: Contains
-
getIPSet
public IPSet getIPSet()
Information about the IPSet that you specified in the
GetIPSetrequest. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- Returns:
- Information about the IPSet that you specified in the
GetIPSetrequest. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- IPSet: Contains
- IPSet: Contains
-
withIPSet
public GetIPSetResult withIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSetrequest. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- Parameters:
iPSet- Information about the IPSet that you specified in theGetIPSetrequest. For more information, see the following topics:- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIPSetResult clone()
-
-