public class Filter extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
This parameter is not currently supported.
|
List<String> |
getValues()
This parameter is not currently supported.
|
int |
hashCode() |
void |
setName(String name)
This parameter is not currently supported.
|
void |
setValues(Collection<String> values)
This parameter is not currently supported.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Filter |
withName(String name)
This parameter is not currently supported.
|
Filter |
withValues(Collection<String> values)
This parameter is not currently supported.
|
Filter |
withValues(String... values)
This parameter is not currently supported.
|
public String getName()
public void setName(String name)
name
- This parameter is not currently supported.public Filter withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- This parameter is not currently supported.public List<String> getValues()
public void setValues(Collection<String> values)
values
- This parameter is not currently supported.public Filter withValues(String... values)
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.
Returns a reference to this object so that method calls can be chained together.
values
- This parameter is not currently supported.public Filter withValues(Collection<String> values)
Returns a reference to this object so that method calls can be chained together.
values
- This parameter is not currently supported.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.