Package com.amazonaws.services.s3.model
Class FilterRule
java.lang.Object
com.amazonaws.services.s3.model.FilterRule
- All Implemented Interfaces:
Serializable
Model class representing a Filter Rule for a
NotificationConfiguration.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name for thisFilterRule.getValue()Returns the value for thisFilterRulevoidSets the name for thisFilterRule.voidSets the value for thisFilterRuleSets the name for thisFilterRuleand returns this object for method chaining.Sets the value for thisFilterRuleand returns this object for method chaining
-
Constructor Details
-
FilterRule
public FilterRule()
-
-
Method Details
-
getName
Returns the name for thisFilterRule.- Returns:
- Name of this
FilterRule
-
setName
Sets the name for thisFilterRule.- Parameters:
name- New name for thisFilterRule.
-
withName
Sets the name for thisFilterRuleand returns this object for method chaining.- Parameters:
name- New name for thisFilterRule.- Returns:
- This object for method chaining
-
getValue
Returns the value for thisFilterRule- Returns:
- Value for this
FilterRule
-
setValue
Sets the value for thisFilterRule- Parameters:
value- New value for thisFilterRule
-
withValue
Sets the value for thisFilterRuleand returns this object for method chaining- Parameters:
value- New value for thisFilterRule- Returns:
- This object for method chaining
-