public class PutRuleResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of the PutRule operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ruleArn
The Amazon Resource Name (ARN) that identifies the rule.
|
Constructor and Description |
---|
PutRuleResult() |
Modifier and Type | Method and Description |
---|---|
PutRuleResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRuleArn()
The Amazon Resource Name (ARN) that identifies the rule.
|
int |
hashCode() |
void |
setRuleArn(java.lang.String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutRuleResult |
withRuleArn(java.lang.String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
|
private java.lang.String ruleArn
The Amazon Resource Name (ARN) that identifies the rule.
public void setRuleArn(java.lang.String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
ruleArn
- The Amazon Resource Name (ARN) that identifies the rule.public java.lang.String getRuleArn()
The Amazon Resource Name (ARN) that identifies the rule.
public PutRuleResult withRuleArn(java.lang.String ruleArn)
The Amazon Resource Name (ARN) that identifies the rule.
ruleArn
- The Amazon Resource Name (ARN) that identifies the rule.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutRuleResult clone()
clone
in class java.lang.Object