@Stability(value=Experimental) @Internal public static final class SelectedSubnets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SelectedSubnets
SelectedSubnetssoftware.amazon.jsii.JsiiObject.InitializationModeSelectedSubnets.Builder, SelectedSubnets.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> availabilityZones,
Boolean hasPublic,
software.constructs.IDependable internetConnectivityEstablished,
List<String> subnetIds,
List<? extends ISubnet> subnets)
Constructor that initializes the object based on literal property values passed by the
SelectedSubnets.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAvailabilityZones()
(experimental) The respective AZs of each subnet.
|
Boolean |
getHasPublic()
(experimental) Whether any of the given subnets are from the VPC's public subnets.
|
software.constructs.IDependable |
getInternetConnectivityEstablished()
(experimental) Dependency representing internet connectivity for these subnets.
|
List<String> |
getSubnetIds()
(experimental) The subnet IDs.
|
List<ISubnet> |
getSubnets()
(experimental) Selected subnet objects.
|
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(List<String> availabilityZones, Boolean hasPublic, software.constructs.IDependable internetConnectivityEstablished, List<String> subnetIds, List<? extends ISubnet> subnets)
SelectedSubnets.Builder.public final List<String> getAvailabilityZones()
SelectedSubnetsgetAvailabilityZones in interface SelectedSubnetspublic final Boolean getHasPublic()
SelectedSubnetsgetHasPublic in interface SelectedSubnetspublic final software.constructs.IDependable getInternetConnectivityEstablished()
SelectedSubnetsgetInternetConnectivityEstablished in interface SelectedSubnetspublic final List<String> getSubnetIds()
SelectedSubnetsgetSubnetIds in interface SelectedSubnetspublic final List<ISubnet> getSubnets()
SelectedSubnetsgetSubnets in interface SelectedSubnets@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.