@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetRulePrioritiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| SetRulePrioritiesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| SetRulePrioritiesResult | clone() | 
| boolean | equals(Object obj) | 
| List<Rule> | getRules()
 Information about the rules. | 
| int | hashCode() | 
| void | setRules(Collection<Rule> rules)
 Information about the rules. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| SetRulePrioritiesResult | withRules(Collection<Rule> rules)
 Information about the rules. | 
| SetRulePrioritiesResult | withRules(Rule... rules)
 Information about the rules. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Rule> getRules()
Information about the rules.
public void setRules(Collection<Rule> rules)
Information about the rules.
rules - Information about the rules.public SetRulePrioritiesResult withRules(Rule... rules)
Information about the rules.
 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 rules.public SetRulePrioritiesResult withRules(Collection<Rule> rules)
Information about the rules.
rules - Information about the rules.public String toString()
toString in class ObjectObject.toString()public SetRulePrioritiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.