@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReceiptFiltersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of IP address filters that exist under your Amazon Web Services account.
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public ListReceiptFiltersResult clone()