public class ListReceiptFiltersResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListReceiptFiltersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListReceiptFiltersResult |
clone() |
boolean |
equals(Object obj) |
List<ReceiptFilter> |
getFilters()
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
int |
hashCode() |
void |
setFilters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListReceiptFiltersResult |
withFilters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
ListReceiptFiltersResult |
withFilters(ReceiptFilter... filters)
A list of IP address filter data structures, which each consist of a
name, an IP address range, and whether to allow or block mail from it.
|
public List<ReceiptFilter> getFilters()
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
public void setFilters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
filters - A list of IP address filter data structures, which each consist of
a name, an IP address range, and whether to allow or block mail
from it.public ListReceiptFiltersResult withFilters(ReceiptFilter... filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
NOTE: This method appends the values to the existing list (if
any). Use setFilters(java.util.Collection) or
withFilters(java.util.Collection) if you want to override the
existing values.
filters - A list of IP address filter data structures, which each consist of
a name, an IP address range, and whether to allow or block mail
from it.public ListReceiptFiltersResult withFilters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
filters - A list of IP address filter data structures, which each consist of
a name, an IP address range, and whether to allow or block mail
from it.public String toString()
toString in class ObjectObject.toString()public ListReceiptFiltersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.