Package org.cdk8s.plus22
Class IServiceAccount.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.IServiceAccount.Jsii$Proxy
-
- All Implemented Interfaces:
IResource,IResource.Jsii$Default,IServiceAccount,IServiceAccount.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IServiceAccount
@Internal public static final class IServiceAccount.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IServiceAccount.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IServiceAccount
IServiceAccount.Jsii$Default, IServiceAccount.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()The Kubernetes name of this resource.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull public final String getName()
The Kubernetes name of this resource.- Specified by:
getNamein interfaceIResource- Specified by:
getNamein interfaceIResource.Jsii$Default- Specified by:
getNamein interfaceIServiceAccount.Jsii$Default
-
-