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:
  • Constructor Details

    • ListIPSetsResult

      public ListIPSetsResult()
  • Method Details

    • setNextMarker

      public void setNextMarker(String nextMarker)

      If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

      Parameters:
      nextMarker - If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
    • getNextMarker

      public String getNextMarker()

      If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

      Returns:
      If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
    • withNextMarker

      public ListIPSetsResult withNextMarker(String nextMarker)

      If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

      Parameters:
      nextMarker - If you have more IPSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more IPSet objects, submit another ListIPSets request, and specify the NextMarker value from the response in the NextMarker value 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) or withIPSets(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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ListIPSetsResult clone()
      Overrides:
      clone in class Object