Class ListIPSetsResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn array of IPSetSummary objects.If you have moreIPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.inthashCode()voidsetIPSets(Collection<IPSetSummary> iPSets) An array of IPSetSummary objects.voidsetNextMarker(String nextMarker) If you have moreIPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.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 moreIPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.
-
Constructor Details
-
ListIPSetsResult
public ListIPSetsResult()
-
-
Method Details
-
setNextMarker
If you have more
IPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreIPSetobjects, submit anotherListIPSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreIPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreIPSetobjects, submit anotherListIPSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
If you have more
IPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreIPSetobjects, submit anotherListIPSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more
IPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreIPSetobjects, submit anotherListIPSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
If you have more
IPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreIPSetobjects, submit anotherListIPSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreIPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreIPSetobjects, submit anotherListIPSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue 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
-