public class Filter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
This parameter is not currently supported.
|
private SdkInternalList<java.lang.String> |
values
This parameter is not currently supported.
|
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
Filter |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
This parameter is not currently supported.
|
java.util.List<java.lang.String> |
getValues()
This parameter is not currently supported.
|
int |
hashCode() |
void |
setName(java.lang.String name)
This parameter is not currently supported.
|
void |
setValues(java.util.Collection<java.lang.String> values)
This parameter is not currently supported.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Filter |
withName(java.lang.String name)
This parameter is not currently supported.
|
Filter |
withValues(java.util.Collection<java.lang.String> values)
This parameter is not currently supported.
|
Filter |
withValues(java.lang.String... values)
This parameter is not currently supported.
|
private java.lang.String name
This parameter is not currently supported.
private SdkInternalList<java.lang.String> values
This parameter is not currently supported.
public void setName(java.lang.String name)
This parameter is not currently supported.
name
- This parameter is not currently supported.public java.lang.String getName()
This parameter is not currently supported.
public Filter withName(java.lang.String name)
This parameter is not currently supported.
name
- This parameter is not currently supported.public java.util.List<java.lang.String> getValues()
This parameter is not currently supported.
public void setValues(java.util.Collection<java.lang.String> values)
This parameter is not currently supported.
values
- This parameter is not currently supported.public Filter withValues(java.lang.String... values)
This parameter is not currently supported.
NOTE: This method appends the values to the existing list (if
any). Use setValues(java.util.Collection)
or
withValues(java.util.Collection)
if you want to override the
existing values.
values
- This parameter is not currently supported.public Filter withValues(java.util.Collection<java.lang.String> values)
This parameter is not currently supported.
values
- This parameter is not currently supported.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Filter clone()
clone
in class java.lang.Object