Package com.amazonaws.services.iot.model
Class ListTopicRulesResult
java.lang.Object
com.amazonaws.services.iot.model.ListTopicRulesResult
- All Implemented Interfaces:
Serializable,Cloneable
The output from the ListTopicRules operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA token used to retrieve the next value.getRules()The rules.inthashCode()voidsetNextToken(String nextToken) A token used to retrieve the next value.voidsetRules(Collection<TopicRuleListItem> rules) The rules.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) A token used to retrieve the next value.withRules(TopicRuleListItem... rules) The rules.withRules(Collection<TopicRuleListItem> rules) The rules.
-
Constructor Details
-
ListTopicRulesResult
public ListTopicRulesResult()
-
-
Method Details
-
getRules
The rules.
- Returns:
- The rules.
-
setRules
The rules.
- Parameters:
rules- The rules.
-
withRules
The rules.
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- The rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRules
The rules.
- Parameters:
rules- The rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token used to retrieve the next value.
- Parameters:
nextToken- A token used to retrieve the next value.
-
getNextToken
A token used to retrieve the next value.
- Returns:
- A token used to retrieve the next value.
-
withNextToken
A token used to retrieve the next value.
- Parameters:
nextToken- A token used to retrieve the next value.- 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
-