Package org.cdk8s.plus25.k8s
Class ServiceAccountSubjectV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.ServiceAccountSubjectV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
ServiceAccountSubjectV1Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ServiceAccountSubjectV1Beta1
@Stability(Stable) @Internal public static final class ServiceAccountSubjectV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceAccountSubjectV1Beta1
An implementation forServiceAccountSubjectV1Beta1
-
-
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.k8s.ServiceAccountSubjectV1Beta1
ServiceAccountSubjectV1Beta1.Builder, ServiceAccountSubjectV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ServiceAccountSubjectV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theServiceAccountSubjectV1Beta1.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)StringgetName()nameis the name of matching ServiceAccount objects, or "*" to match regardless of name.StringgetNamespace()namespaceis the namespace of matching ServiceAccount objects.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(ServiceAccountSubjectV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceAccountSubjectV1Beta1.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ServiceAccountSubjectV1Beta1nameis the name of matching ServiceAccount objects, or "*" to match regardless of name.Required.
- Specified by:
getNamein interfaceServiceAccountSubjectV1Beta1
-
getNamespace
public final String getNamespace()
Description copied from interface:ServiceAccountSubjectV1Beta1namespaceis the namespace of matching ServiceAccount objects.Required.
- Specified by:
getNamespacein interfaceServiceAccountSubjectV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-