Class ListRulesResult
java.lang.Object
com.amazonaws.services.cloudwatchevents.model.ListRulesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of the ListRules operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates that there are additional results to retrieve.getRules()
List of rules matching the specified criteria.int
hashCode()
void
setNextToken
(String nextToken) Indicates that there are additional results to retrieve.void
setRules
(Collection<Rule> rules) List of rules matching the specified criteria.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) Indicates that there are additional results to retrieve.List of rules matching the specified criteria.withRules
(Collection<Rule> rules) List of rules matching the specified criteria.
-
Constructor Details
-
ListRulesResult
public ListRulesResult()
-
-
Method Details
-
getRules
List of rules matching the specified criteria.
- Returns:
- List of rules matching the specified criteria.
-
setRules
List of rules matching the specified criteria.
- Parameters:
rules
- List of rules matching the specified criteria.
-
withRules
List of rules matching the specified criteria.
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
- List of rules matching the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRules
List of rules matching the specified criteria.
- Parameters:
rules
- List of rules matching the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
Indicates that there are additional results to retrieve.
- Parameters:
nextToken
- Indicates that there are additional results to retrieve.
-
getNextToken
Indicates that there are additional results to retrieve.
- Returns:
- Indicates that there are additional results to retrieve.
-
withNextToken
Indicates that there are additional results to retrieve.
- Parameters:
nextToken
- Indicates that there are additional results to retrieve.- 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
-