@Stability(value=Stable) @Internal public static final class CfnReceiptFilter.IpFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptFilter.IpFilterProperty
CfnReceiptFilter.IpFilterPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnReceiptFilter.IpFilterProperty.Builder, CfnReceiptFilter.IpFilterProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnReceiptFilter.IpFilterProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnReceiptFilter.FilterProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCidr()
A single IP address or a range of IP addresses to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation.
|
String |
getPolicy()
Indicates whether to block or allow incoming mail from the specified IP addresses.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnReceiptFilter.IpFilterProperty.Builder builder)
CfnReceiptFilter.FilterProperty.Builder.public final String getCidr()
CfnReceiptFilter.IpFilterPropertyAn example of a single email address is 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317 .
getCidr in interface CfnReceiptFilter.IpFilterPropertypublic final String getPolicy()
CfnReceiptFilter.IpFilterPropertygetPolicy in interface CfnReceiptFilter.IpFilterProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.