Class Filter
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.Filter
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of the filter.The filter value.inthashCode()voidThe name of the filter.voidsetValues(Collection<String> values) The filter value.toString()Returns a string representation of this object; useful for testing and debugging.The name of the filter.withValues(String... values) The filter value.withValues(Collection<String> values) The filter value.
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
setName
The name of the filter.
- Parameters:
name- The name of the filter.
-
getName
The name of the filter.
- Returns:
- The name of the filter.
-
withName
The name of the filter.
- Parameters:
name- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getValues
The filter value.
- Returns:
- The filter value.
-
setValues
The filter value.
- Parameters:
values- The filter value.
-
withValues
The filter value.
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- The filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withValues
The filter value.
- Parameters:
values- The filter value.- 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
-