public class GetTopicRuleResult extends Object implements Serializable, Cloneable
The output from the GetTopicRule operation.
| Constructor and Description |
|---|
GetTopicRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTopicRuleResult |
clone() |
boolean |
equals(Object obj) |
TopicRule |
getRule()
The rule.
|
int |
hashCode() |
void |
setRule(TopicRule rule)
The rule.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTopicRuleResult |
withRule(TopicRule rule)
The rule.
|
public void setRule(TopicRule rule)
The rule.
rule - The rule.public TopicRule getRule()
The rule.
public GetTopicRuleResult withRule(TopicRule rule)
The rule.
rule - The rule.public String toString()
toString in class ObjectObject.toString()public GetTopicRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.