@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRuleTypesResult() |
Modifier and Type | Method and Description |
---|---|
ListRuleTypesResult |
clone() |
boolean |
equals(Object obj) |
List<RuleType> |
getRuleTypes()
Lists the rules that are configured for the condition.
|
int |
hashCode() |
void |
setRuleTypes(Collection<RuleType> ruleTypes)
Lists the rules that are configured for the condition.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleTypesResult |
withRuleTypes(Collection<RuleType> ruleTypes)
Lists the rules that are configured for the condition.
|
ListRuleTypesResult |
withRuleTypes(RuleType... ruleTypes)
Lists the rules that are configured for the condition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RuleType> getRuleTypes()
Lists the rules that are configured for the condition.
public void setRuleTypes(Collection<RuleType> ruleTypes)
Lists the rules that are configured for the condition.
ruleTypes
- Lists the rules that are configured for the condition.public ListRuleTypesResult withRuleTypes(RuleType... ruleTypes)
Lists the rules that are configured for the condition.
NOTE: This method appends the values to the existing list (if any). Use
setRuleTypes(java.util.Collection)
or withRuleTypes(java.util.Collection)
if you want to
override the existing values.
ruleTypes
- Lists the rules that are configured for the condition.public ListRuleTypesResult withRuleTypes(Collection<RuleType> ruleTypes)
Lists the rules that are configured for the condition.
ruleTypes
- Lists the rules that are configured for the condition.public String toString()
toString
in class Object
Object.toString()
public ListRuleTypesResult clone()