@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 modified rule. | 
| int | hashCode() | 
| void | setRules(Collection<Rule> rules)
 Information about the modified rule. | 
| String | toString()Returns a string representation of this object. | 
| ModifyRuleResult | withRules(Collection<Rule> rules)
 Information about the modified rule. | 
| ModifyRuleResult | withRules(Rule... rules)
 Information about the modified rule. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Rule> getRules()
Information about the modified rule.
public void setRules(Collection<Rule> rules)
Information about the modified rule.
rules - Information about the modified rule.public ModifyRuleResult withRules(Rule... rules)
Information about the modified 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 modified rule.public ModifyRuleResult withRules(Collection<Rule> rules)
Information about the modified rule.
rules - Information about the modified rule.public String toString()
toString in class ObjectObject.toString()public ModifyRuleResult clone()