Package io.github.cdklabs.projen
Class DockerComposeVolumeMount.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.DockerComposeVolumeMount.Jsii$Proxy
-
- All Implemented Interfaces:
DockerComposeVolumeMount,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DockerComposeVolumeMount
@Stability(Experimental) @Internal public static final class DockerComposeVolumeMount.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerComposeVolumeMount
An implementation forDockerComposeVolumeMount
-
-
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.DockerComposeVolumeMount
DockerComposeVolumeMount.Builder, DockerComposeVolumeMount.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DockerComposeVolumeMount.Builder builder)Constructor that initializes the object based on literal property values passed by theDockerComposeVolumeMount.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)StringgetSource()(experimental) Volume source.StringgetTarget()(experimental) Volume target.StringgetType()(experimental) Type of volume.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(DockerComposeVolumeMount.Builder builder)
Constructor that initializes the object based on literal property values passed by theDockerComposeVolumeMount.Builder.
-
-
Method Detail
-
getSource
public final String getSource()
Description copied from interface:DockerComposeVolumeMount(experimental) Volume source.- Specified by:
getSourcein interfaceDockerComposeVolumeMount
-
getTarget
public final String getTarget()
Description copied from interface:DockerComposeVolumeMount(experimental) Volume target.- Specified by:
getTargetin interfaceDockerComposeVolumeMount
-
getType
public final String getType()
Description copied from interface:DockerComposeVolumeMount(experimental) Type of volume.- Specified by:
getTypein interfaceDockerComposeVolumeMount
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-