public class FilterRule extends Object implements Serializable
NotificationConfiguration.| Constructor and Description |
|---|
FilterRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name for this
FilterRule. |
String |
getValue()
Returns the value for this
FilterRule |
void |
setName(String name)
Sets the name for this
FilterRule. |
void |
setValue(String value)
Sets the value for this
FilterRule |
FilterRule |
withName(String name)
Sets the name for this
FilterRule and returns this object for method chaining. |
FilterRule |
withValue(String value)
Sets the value for this
FilterRule and returns this object for method chaining |
public String getName()
FilterRule.FilterRulepublic void setName(String name)
FilterRule.name - New name for this FilterRule.public FilterRule withName(String name)
FilterRule and returns this object for method chaining.name - New name for this FilterRule.public String getValue()
FilterRuleFilterRulepublic void setValue(String value)
FilterRulevalue - New value for this FilterRulepublic FilterRule withValue(String value)
FilterRule and returns this object for method chainingvalue - New value for this FilterRuleCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.