Package com.amazonaws.services.rds.model
Class Filter
java.lang.Object
com.amazonaws.services.rds.model.Filter
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
This parameter is not currently supported.This parameter is not currently supported.int
hashCode()
void
This parameter is not currently supported.void
setValues
(Collection<String> values) This parameter is not currently supported.toString()
Returns a string representation of this object; useful for testing and debugging.This parameter is not currently supported.withValues
(String... values) This parameter is not currently supported.withValues
(Collection<String> values) This parameter is not currently supported.
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
setName
This parameter is not currently supported.
- Parameters:
name
- This parameter is not currently supported.
-
getName
This parameter is not currently supported.
- Returns:
- This parameter is not currently supported.
-
withName
This parameter is not currently supported.
- Parameters:
name
- This parameter is not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getValues
This parameter is not currently supported.
- Returns:
- This parameter is not currently supported.
-
setValues
This parameter is not currently supported.
- Parameters:
values
- This parameter is not currently supported.
-
withValues
This parameter is not currently supported.
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
- This parameter is not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withValues
This parameter is not currently supported.
- Parameters:
values
- This parameter is not currently supported.- 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
-