public class CreateReceiptFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateReceiptFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateReceiptFilterRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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.
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 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.
public 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.
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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.