Class CfnPrefixListProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnPrefixListProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrefixListProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrefixListProps
@Stability(Stable)
@Internal
public static final class CfnPrefixListProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrefixListProps
An implementation for
CfnPrefixListProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
CfnPrefixListProps.Builder, CfnPrefixListProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPrefixListProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPrefixListProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The IP address type.final Object
One or more entries for the prefix list.final Number
The maximum number of entries for the prefix list.final String
A name for the prefix list.getTags()
The tags for the prefix list.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPrefixListProps.Builder
.
-
-
Method Details
-
getAddressFamily
Description copied from interface:CfnPrefixListProps
The IP address type.Valid Values:
IPv4
|IPv6
- Specified by:
getAddressFamily
in interfaceCfnPrefixListProps
-
getMaxEntries
Description copied from interface:CfnPrefixListProps
The maximum number of entries for the prefix list.- Specified by:
getMaxEntries
in interfaceCfnPrefixListProps
-
getPrefixListName
Description copied from interface:CfnPrefixListProps
A name for the prefix list.Constraints: Up to 255 characters in length. The name cannot start with
com.amazonaws
.- Specified by:
getPrefixListName
in interfaceCfnPrefixListProps
-
getEntries
Description copied from interface:CfnPrefixListProps
One or more entries for the prefix list.- Specified by:
getEntries
in interfaceCfnPrefixListProps
-
getTags
Description copied from interface:CfnPrefixListProps
The tags for the prefix list.- Specified by:
getTags
in interfaceCfnPrefixListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-