public class Filter extends Object implements Serializable
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFilterName()
This parameter is not currently supported.
|
List<String> |
getFilterValue()
This parameter is not currently supported.
|
int |
hashCode() |
void |
setFilterName(String filterName)
This parameter is not currently supported.
|
void |
setFilterValue(Collection<String> filterValue)
This parameter is not currently supported.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Filter |
withFilterName(String filterName)
This parameter is not currently supported.
|
Filter |
withFilterValue(Collection<String> filterValue)
This parameter is not currently supported.
|
Filter |
withFilterValue(String... filterValue)
This parameter is not currently supported.
|
public String getFilterName()
public void setFilterName(String filterName)
filterName - This parameter is not currently supported.public Filter withFilterName(String filterName)
Returns a reference to this object so that method calls can be chained together.
filterName - This parameter is not currently supported.public List<String> getFilterValue()
public void setFilterValue(Collection<String> filterValue)
filterValue - This parameter is not currently supported.public Filter withFilterValue(String... filterValue)
Returns a reference to this object so that method calls can be chained together.
filterValue - This parameter is not currently supported.public Filter withFilterValue(Collection<String> filterValue)
Returns a reference to this object so that method calls can be chained together.
filterValue - This parameter is not currently supported.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.