Class CfnPrefixListMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnPrefixListMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrefixListMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrefixListMixinProps
@Stability(Stable)
@Internal
public static final class CfnPrefixListMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrefixListMixinProps
An implementation for
CfnPrefixListMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnPrefixListMixinProps
CfnPrefixListMixinProps.Builder, CfnPrefixListMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrefixListMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe IP address type.final ObjectThe entries for the prefix list.final NumberThe maximum number of entries for the prefix list.final StringA name for the prefix list.getTags()The tags for the prefix list.final inthashCode()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 theCfnPrefixListMixinProps.Builder.
-
-
Method Details
-
getAddressFamily
Description copied from interface:CfnPrefixListMixinPropsThe IP address type.Valid Values:
IPv4|IPv6- Specified by:
getAddressFamilyin interfaceCfnPrefixListMixinProps- See Also:
-
getEntries
Description copied from interface:CfnPrefixListMixinPropsThe entries for the prefix list.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPrefixListPropsMixin.EntryProperty>- Specified by:
getEntriesin interfaceCfnPrefixListMixinProps- See Also:
-
getMaxEntries
Description copied from interface:CfnPrefixListMixinPropsThe maximum number of entries for the prefix list.You can't modify the entries and the size of a prefix list at the same time.
This property is required when you create a prefix list.
- Specified by:
getMaxEntriesin interfaceCfnPrefixListMixinProps- See Also:
-
getPrefixListName
Description copied from interface:CfnPrefixListMixinPropsA name for the prefix list.Constraints: Up to 255 characters in length. The name cannot start with
com.amazonaws.- Specified by:
getPrefixListNamein interfaceCfnPrefixListMixinProps- See Also:
-
getTags
Description copied from interface:CfnPrefixListMixinPropsThe tags for the prefix list.- Specified by:
getTagsin interfaceCfnPrefixListMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-