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()booleangetRule()The rule.The rule ARN.inthashCode()voidThe rule.voidsetRuleArn(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
-
getRuleArn
-
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
-
getRule
-
withRule
The rule.
- Parameters:
rule- The rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-