@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
PutRuleResult |
clone() |
boolean |
equals(Object obj) |
String |
getRuleArn()
The Amazon Resource Name (ARN) of the rule.
|
int |
hashCode() |
void |
setRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of 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) of the rule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
ruleArn - The Amazon Resource Name (ARN) of the rule.public String getRuleArn()
The Amazon Resource Name (ARN) of the rule.
public PutRuleResult withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
ruleArn - The Amazon Resource Name (ARN) of the rule.public String toString()
toString in class ObjectObject.toString()public PutRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.