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
.FilterRule
public 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()
FilterRule
FilterRule
public void setValue(String value)
FilterRule
value
- New value for this FilterRule
public FilterRule withValue(String value)
FilterRule
and returns this object for method chainingvalue
- New value for this FilterRule
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.