Class ListIPSetsResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.ListIPSetsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListIPSetsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListIPSetsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListIPSetsResultclone()booleanequals(Object obj)List<IPSetSummary>getIPSets()An array of IPSetSummary objects.StringgetNextMarker()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.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListIPSetsResultwithIPSets(IPSetSummary... iPSets)An array of IPSetSummary objects.ListIPSetsResultwithIPSets(Collection<IPSetSummary> iPSets)An array of IPSetSummary objects.ListIPSetsResultwithNextMarker(String nextMarker)If you have moreIPSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.
-
-
-
Method Detail
-
setNextMarker
public void setNextMarker(String nextMarker)
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
public String 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
public ListIPSetsResult withNextMarker(String nextMarker)
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
public List<IPSetSummary> getIPSets()
An array of IPSetSummary objects.
- Returns:
- An array of IPSetSummary objects.
-
setIPSets
public void setIPSets(Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
- Parameters:
iPSets- An array of IPSetSummary objects.
-
withIPSets
public ListIPSetsResult withIPSets(IPSetSummary... iPSets)
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
public ListIPSetsResult withIPSets(Collection<IPSetSummary> iPSets)
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
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 ListIPSetsResult clone()
-
-