Class YarnSupportedArchitectures.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.javascript.YarnSupportedArchitectures.Jsii$Proxy
-
- All Implemented Interfaces:
YarnSupportedArchitectures,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- YarnSupportedArchitectures
@Stability(Experimental) @Internal public static final class YarnSupportedArchitectures.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements YarnSupportedArchitectures
An implementation forYarnSupportedArchitectures
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.javascript.YarnSupportedArchitectures
YarnSupportedArchitectures.Builder, YarnSupportedArchitectures.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(YarnSupportedArchitectures.Builder builder)Constructor that initializes the object based on literal property values passed by theYarnSupportedArchitectures.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getCpu()List<String>getLibc()List<String>getOs()inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(YarnSupportedArchitectures.Builder builder)
Constructor that initializes the object based on literal property values passed by theYarnSupportedArchitectures.Builder.
-
-
Method Detail
-
getCpu
public final List<String> getCpu()
- Specified by:
getCpuin interfaceYarnSupportedArchitectures
-
getLibc
public final List<String> getLibc()
- Specified by:
getLibcin interfaceYarnSupportedArchitectures
-
getOs
public final List<String> getOs()
- Specified by:
getOsin interfaceYarnSupportedArchitectures
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-