Class ListRulesResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf you have moreRulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue.getRules()An array of RuleSummary objects.inthashCode()voidsetNextMarker(String nextMarker) If you have moreRulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue.voidsetRules(Collection<RuleSummary> rules) An array of RuleSummary objects.toString()Returns a string representation of this object; useful for testing and debugging.withNextMarker(String nextMarker) If you have moreRulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue.withRules(RuleSummary... rules) An array of RuleSummary objects.withRules(Collection<RuleSummary> rules) An array of RuleSummary objects.
-
Constructor Details
-
ListRulesResult
public ListRulesResult()
-
-
Method Details
-
setNextMarker
If you have more
Rulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRules, submit anotherListRulesrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreRulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRules, submit anotherListRulesrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
If you have more
Rulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRules, submit anotherListRulesrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more
Rulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRules, submit anotherListRulesrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
If you have more
Rulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRules, submit anotherListRulesrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreRulesthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreRules, submit anotherListRulesrequest, 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.
-
getRules
An array of RuleSummary objects.
- Returns:
- An array of RuleSummary objects.
-
setRules
An array of RuleSummary objects.
- Parameters:
rules- An array of RuleSummary objects.
-
withRules
An array of RuleSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)orwithRules(java.util.Collection)if you want to override the existing values.- Parameters:
rules- An array of RuleSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRules
An array of RuleSummary objects.
- Parameters:
rules- An array of RuleSummary 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
-