@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ModifyRuleResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyRuleResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<Rule> | 
getRules()
 Information about the rule. 
 | 
int | 
hashCode()  | 
void | 
setRules(Collection<Rule> rules)
 Information about the rule. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
ModifyRuleResult | 
withRules(Collection<Rule> rules)
 Information about the rule. 
 | 
ModifyRuleResult | 
withRules(Rule... rules)
 Information about the rule. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Rule> getRules()
Information about the rule.
public void setRules(Collection<Rule> rules)
Information about the rule.
rules - Information about the rule.public ModifyRuleResult withRules(Rule... rules)
Information about the rule.
 NOTE: This method appends the values to the existing list (if any). Use
 setRules(java.util.Collection) or withRules(java.util.Collection) if you want to override the
 existing values.
 
rules - Information about the rule.public ModifyRuleResult withRules(Collection<Rule> rules)
Information about the rule.
rules - Information about the rule.public String toString()
toString in class ObjectObject.toString()public ModifyRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.