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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
CfnPrefixListProps.Builder, CfnPrefixListProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPrefixListProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPrefixListProps.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 theCfnPrefixListProps.Builder.
-
-
Method Details
-
getAddressFamily
Description copied from interface:CfnPrefixListPropsThe IP address type.Valid Values:
IPv4|IPv6- Specified by:
getAddressFamilyin interfaceCfnPrefixListProps- See Also:
-
getPrefixListName
Description copied from interface:CfnPrefixListPropsA name for the prefix list.Constraints: Up to 255 characters in length. The name cannot start with
com.amazonaws.- Specified by:
getPrefixListNamein interfaceCfnPrefixListProps- See Also:
-
getEntries
Description copied from interface:CfnPrefixListPropsThe entries for the prefix list.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPrefixList.EntryProperty>- Specified by:
getEntriesin interfaceCfnPrefixListProps- See Also:
-
getMaxEntries
Description copied from interface:CfnPrefixListPropsThe 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 interfaceCfnPrefixListProps- See Also:
-
getTags
Description copied from interface:CfnPrefixListPropsThe tags for the prefix list.- Specified by:
getTagsin interfaceCfnPrefixListProps- 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()
-