Class ListIPSetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An array of IPSetSummary objects.If you have moreIPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.int
hashCode()
void
setIPSets
(Collection<IPSetSummary> iPSets) An array of IPSetSummary objects.void
setNextMarker
(String nextMarker) If you have moreIPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.toString()
Returns a string representation of this object; useful for testing and debugging.withIPSets
(IPSetSummary... iPSets) An array of IPSetSummary objects.withIPSets
(Collection<IPSetSummary> iPSets) An array of IPSetSummary objects.withNextMarker
(String nextMarker) If you have moreIPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.
-
Constructor Details
-
ListIPSetsResult
public ListIPSetsResult()
-
-
Method Details
-
setNextMarker
If you have more
IPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreIPSet
objects, submit anotherListIPSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreIPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreIPSet
objects, submit anotherListIPSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
getNextMarker
If you have more
IPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreIPSet
objects, submit anotherListIPSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Returns:
- If you have more
IPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreIPSet
objects, submit anotherListIPSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
withNextMarker
If you have more
IPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreIPSet
objects, submit anotherListIPSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreIPSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreIPSet
objects, submit anotherListIPSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getIPSets
An array of IPSetSummary objects.
- Returns:
- An array of IPSetSummary objects.
-
setIPSets
An array of IPSetSummary objects.
- Parameters:
iPSets
- An array of IPSetSummary objects.
-
withIPSets
An array of IPSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setIPSets(java.util.Collection)
orwithIPSets(java.util.Collection)
if you want to override the existing values.- Parameters:
iPSets
- An array of IPSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withIPSets
An array of IPSetSummary objects.
- Parameters:
iPSets
- An array of IPSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-