Package org.cdk8s.plus25
Class FromServiceAccountNameOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.FromServiceAccountNameOptions.Jsii$Proxy
-
- All Implemented Interfaces:
FromServiceAccountNameOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FromServiceAccountNameOptions
@Stability(Stable) @Internal public static final class FromServiceAccountNameOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FromServiceAccountNameOptions
An implementation forFromServiceAccountNameOptions
-
-
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.plus25.FromServiceAccountNameOptions
FromServiceAccountNameOptions.Builder, FromServiceAccountNameOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FromServiceAccountNameOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theFromServiceAccountNameOptions.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)StringgetNamespaceName()The name of the namespace the service account belongs to.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(FromServiceAccountNameOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theFromServiceAccountNameOptions.Builder.
-
-
Method Detail
-
getNamespaceName
public final String getNamespaceName()
Description copied from interface:FromServiceAccountNameOptionsThe name of the namespace the service account belongs to.Default: "default"
- Specified by:
getNamespaceNamein interfaceFromServiceAccountNameOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-