@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRuleResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public PutRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.