Class ListXssMatchSetsResult
- All Implemented Interfaces:
Serializable,Cloneable
The response to a ListXssMatchSets request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf you have more XssMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.An array of XssMatchSetSummary objects.inthashCode()voidsetNextMarker(String nextMarker) If you have more XssMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.voidsetXssMatchSets(Collection<XssMatchSetSummary> xssMatchSets) An array of XssMatchSetSummary objects.toString()Returns a string representation of this object; useful for testing and debugging.withNextMarker(String nextMarker) If you have more XssMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.withXssMatchSets(XssMatchSetSummary... xssMatchSets) An array of XssMatchSetSummary objects.withXssMatchSets(Collection<XssMatchSetSummary> xssMatchSets) An array of XssMatchSetSummary objects.
-
Constructor Details
-
ListXssMatchSetsResult
public ListXssMatchSetsResult()
-
-
Method Details
-
setNextMarker
If you have more XssMatchSet objects than the number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have more XssMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
If you have more XssMatchSet objects than the number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more XssMatchSet objects than the number that
you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
If you have more XssMatchSet objects than the number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have more XssMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreXssMatchSetobjects, submit anotherListXssMatchSetsrequest, 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.
-
getXssMatchSets
An array of XssMatchSetSummary objects.
- Returns:
- An array of XssMatchSetSummary objects.
-
setXssMatchSets
An array of XssMatchSetSummary objects.
- Parameters:
xssMatchSets- An array of XssMatchSetSummary objects.
-
withXssMatchSets
An array of XssMatchSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setXssMatchSets(java.util.Collection)orwithXssMatchSets(java.util.Collection)if you want to override the existing values.- Parameters:
xssMatchSets- An array of XssMatchSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withXssMatchSets
An array of XssMatchSetSummary objects.
- Parameters:
xssMatchSets- An array of XssMatchSetSummary 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
-