Package com.amazonaws.services.iot.model
Class GetTopicRuleResult
java.lang.Object
com.amazonaws.services.iot.model.GetTopicRuleResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output from the GetTopicRule operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getRule()
The rule.The rule ARN.int
hashCode()
void
The rule.void
setRuleArn
(String ruleArn) The rule ARN.toString()
Returns a string representation of this object; useful for testing and debugging.The rule.withRuleArn
(String ruleArn) The rule ARN.
-
Constructor Details
-
GetTopicRuleResult
public GetTopicRuleResult()
-
-
Method Details
-
setRuleArn
The rule ARN.
- Parameters:
ruleArn
- The rule ARN.
-
getRuleArn
The rule ARN.
- Returns:
- The rule ARN.
-
withRuleArn
The rule ARN.
- Parameters:
ruleArn
- The rule ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRule
The rule.
- Parameters:
rule
- The rule.
-
getRule
The rule.
- Returns:
- The rule.
-
withRule
The rule.
- Parameters:
rule
- The rule.- 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
-