Class YarnNetworkSetting.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.javascript.YarnNetworkSetting.Jsii$Proxy
-
- All Implemented Interfaces:
YarnNetworkSetting,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- YarnNetworkSetting
@Stability(Experimental) @Internal public static final class YarnNetworkSetting.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements YarnNetworkSetting
An implementation forYarnNetworkSetting
-
-
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.YarnNetworkSetting
YarnNetworkSetting.Builder, YarnNetworkSetting.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(YarnNetworkSetting.Builder builder)Constructor that initializes the object based on literal property values passed by theYarnNetworkSetting.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)StringgetCaFilePath()BooleangetEnableNetwork()StringgetHttpProxy()StringgetHttpsCaFilePath()StringgetHttpsCertFilePath()StringgetHttpsKeyFilePath()StringgetHttpsProxy()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(YarnNetworkSetting.Builder builder)
Constructor that initializes the object based on literal property values passed by theYarnNetworkSetting.Builder.
-
-
Method Detail
-
getCaFilePath
public final String getCaFilePath()
- Specified by:
getCaFilePathin interfaceYarnNetworkSetting
-
getEnableNetwork
public final Boolean getEnableNetwork()
- Specified by:
getEnableNetworkin interfaceYarnNetworkSetting
-
getHttpProxy
public final String getHttpProxy()
- Specified by:
getHttpProxyin interfaceYarnNetworkSetting
-
getHttpsCaFilePath
public final String getHttpsCaFilePath()
- Specified by:
getHttpsCaFilePathin interfaceYarnNetworkSetting
-
getHttpsCertFilePath
public final String getHttpsCertFilePath()
- Specified by:
getHttpsCertFilePathin interfaceYarnNetworkSetting
-
getHttpsKeyFilePath
public final String getHttpsKeyFilePath()
- Specified by:
getHttpsKeyFilePathin interfaceYarnNetworkSetting
-
getHttpsProxy
public final String getHttpsProxy()
- Specified by:
getHttpsProxyin interfaceYarnNetworkSetting
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-