Class PrefixListLookupOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.PrefixListLookupOptions.Jsii$Proxy
- All Implemented Interfaces:
PrefixListLookupOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PrefixListLookupOptions
@Stability(Stable)
@Internal
public static final class PrefixListLookupOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PrefixListLookupOptions
An implementation for
PrefixListLookupOptions-
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.PrefixListLookupOptions
PrefixListLookupOptions.Builder, PrefixListLookupOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by thePrefixListLookupOptions.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 AddressFamilyThe address family of the managed prefix list.final StringThe ID of the AWS account that owns the managed prefix list.final StringThe name of the managed 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 thePrefixListLookupOptions.Builder.
-
-
Method Details
-
getPrefixListName
Description copied from interface:PrefixListLookupOptionsThe name of the managed prefix list.- Specified by:
getPrefixListNamein interfacePrefixListLookupOptions
-
getAddressFamily
Description copied from interface:PrefixListLookupOptionsThe address family of the managed prefix list.Default: - Don't filter on addressFamily
- Specified by:
getAddressFamilyin interfacePrefixListLookupOptions
-
getOwnerId
Description copied from interface:PrefixListLookupOptionsThe ID of the AWS account that owns the managed prefix list.Default: - Don't filter on ownerId
- Specified by:
getOwnerIdin interfacePrefixListLookupOptions
-
$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()
-