Class ListSqlInjectionMatchSetsResult
- All Implemented Interfaces:
Serializable, Cloneable
The response to a ListSqlInjectionMatchSets request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf you have more SqlInjectionMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.An array of SqlInjectionMatchSetSummary objects.inthashCode()voidsetNextMarker(String nextMarker) If you have more SqlInjectionMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.voidsetSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets) An array of SqlInjectionMatchSetSummary objects.toString()Returns a string representation of this object; useful for testing and debugging.withNextMarker(String nextMarker) If you have more SqlInjectionMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.withSqlInjectionMatchSets(SqlInjectionMatchSetSummary... sqlInjectionMatchSets) An array of SqlInjectionMatchSetSummary objects.withSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets) An array of SqlInjectionMatchSetSummary objects.
-
Constructor Details
-
ListSqlInjectionMatchSetsResult
public ListSqlInjectionMatchSetsResult()
-
-
Method Details
-
setNextMarker
If you have more SqlInjectionMatchSet objects than the number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have more SqlInjectionMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
If you have more SqlInjectionMatchSet objects than the number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more SqlInjectionMatchSet objects than the
number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
If you have more SqlInjectionMatchSet objects than the number that you specified for
Limitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have more SqlInjectionMatchSet objects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, 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.
-
getSqlInjectionMatchSets
An array of SqlInjectionMatchSetSummary objects.
- Returns:
- An array of SqlInjectionMatchSetSummary objects.
-
setSqlInjectionMatchSets
An array of SqlInjectionMatchSetSummary objects.
- Parameters:
sqlInjectionMatchSets- An array of SqlInjectionMatchSetSummary objects.
-
withSqlInjectionMatchSets
public ListSqlInjectionMatchSetsResult withSqlInjectionMatchSets(SqlInjectionMatchSetSummary... sqlInjectionMatchSets) An array of SqlInjectionMatchSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setSqlInjectionMatchSets(java.util.Collection)orwithSqlInjectionMatchSets(java.util.Collection)if you want to override the existing values.- Parameters:
sqlInjectionMatchSets- An array of SqlInjectionMatchSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSqlInjectionMatchSets
public ListSqlInjectionMatchSetsResult withSqlInjectionMatchSets(Collection<SqlInjectionMatchSetSummary> sqlInjectionMatchSets) An array of SqlInjectionMatchSetSummary objects.
- Parameters:
sqlInjectionMatchSets- An array of SqlInjectionMatchSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-