Class TagFilter
java.lang.Object
com.amazonaws.services.applicationdiscovery.model.TagFilter
- All Implemented Interfaces:
Serializable,Cloneable
The name of a tag filter. Valid names are: tagKey,
tagValue, configurationId.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()A name of a tag filter.Values of a tag filter.inthashCode()voidA name of a tag filter.voidsetValues(Collection<String> values) Values of a tag filter.toString()Returns a string representation of this object; useful for testing and debugging.A name of a tag filter.withValues(String... values) Values of a tag filter.withValues(Collection<String> values) Values of a tag filter.
-
Constructor Details
-
TagFilter
public TagFilter()
-
-
Method Details
-
setName
A name of a tag filter.
- Parameters:
name- A name of a tag filter.
-
getName
A name of a tag filter.
- Returns:
- A name of a tag filter.
-
withName
A name of a tag filter.
- Parameters:
name- A name of a tag filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getValues
Values of a tag filter.
- Returns:
- Values of a tag filter.
-
setValues
Values of a tag filter.
- Parameters:
values- Values of a tag filter.
-
withValues
Values of a tag filter.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)orwithValues(java.util.Collection)if you want to override the existing values.- Parameters:
values- Values of a tag filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withValues
Values of a tag filter.
- Parameters:
values- Values of a tag filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-