public class PutRuleResult extends Object implements Serializable, Cloneable
The result of the PutRule operation.
| Constructor and Description |
|---|
PutRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
PutRuleResult |
clone() |
boolean |
equals(Object obj) |
String |
getRuleArn()
The Amazon Resource Name (ARN) that identifies the rule.
|
int |
hashCode() |
void |
setRuleArn(String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutRuleResult |
withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
|
public void setRuleArn(String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
ruleArn - The Amazon Resource Name (ARN) that identifies the rule.public String getRuleArn()
The Amazon Resource Name (ARN) that identifies the rule.
public PutRuleResult withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
ruleArn - The Amazon Resource Name (ARN) that identifies the rule.public String toString()
toString in class ObjectObject.toString()public PutRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.