public class CreateReceiptFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreateReceiptFilter operation.
Creates a new IP address filter.
For information about setting up IP address filters, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
NOOP| Constructor and Description |
|---|
CreateReceiptFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateReceiptFilterRequest |
clone() |
boolean |
equals(Object obj) |
ReceiptFilter |
getFilter()
A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.
|
int |
hashCode() |
void |
setFilter(ReceiptFilter filter)
A data structure that describes the IP address filter to create, which
consists 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.
|
CreateReceiptFilterRequest |
withFilter(ReceiptFilter filter)
A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ReceiptFilter getFilter()
public void setFilter(ReceiptFilter filter)
filter - A data structure that describes the IP address filter to create, which
consists of a name, an IP address range, and whether to allow or block
mail from it.public CreateReceiptFilterRequest withFilter(ReceiptFilter filter)
Returns a reference to this object so that method calls can be chained together.
filter - A data structure that describes the IP address filter to create, which
consists 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 CreateReceiptFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.