Class ListRulesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value.getRules()
An array of RuleSummary objects.int
hashCode()
void
setNextMarker
(String nextMarker) If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value.void
setRules
(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 moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value.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
Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
getNextMarker
If you have more
Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Returns:
- If you have more
Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
withNextMarker
If you have more
Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value 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
-