Package io.github.cdklabs.projen
Interface IDockerComposeServiceName.Jsii$Default
-
- All Superinterfaces:
IDockerComposeServiceName,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDockerComposeServiceName.Jsii$Proxy
- Enclosing interface:
- IDockerComposeServiceName
@Internal public static interface IDockerComposeServiceName.Jsii$Default extends IDockerComposeServiceName
Internal default implementation forIDockerComposeServiceName.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.IDockerComposeServiceName
IDockerComposeServiceName.Jsii$Default, IDockerComposeServiceName.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetServiceName()(experimental) The name of the docker compose service.
-
-
-
Method Detail
-
getServiceName
@Stability(Experimental) @NotNull default String getServiceName()
(experimental) The name of the docker compose service.- Specified by:
getServiceNamein interfaceIDockerComposeServiceName
-
-