Package org.cdk8s.plus25.k8s
Class SubjectV1Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.SubjectV1Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
SubjectV1Beta2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SubjectV1Beta2
@Stability(Stable) @Internal public static final class SubjectV1Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubjectV1Beta2
An implementation forSubjectV1Beta2
-
-
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.SubjectV1Beta2
SubjectV1Beta2.Builder, SubjectV1Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SubjectV1Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theSubjectV1Beta2.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)GroupSubjectV1Beta2getGroup()groupmatches based on user group name.StringgetKind()kindindicates which one of the other fields is non-empty.ServiceAccountSubjectV1Beta2getServiceAccount()serviceAccountmatches ServiceAccounts.UserSubjectV1Beta2getUser()usermatches based on username.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(SubjectV1Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theSubjectV1Beta2.Builder.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:SubjectV1Beta2kindindicates which one of the other fields is non-empty.Required
- Specified by:
getKindin interfaceSubjectV1Beta2
-
getGroup
public final GroupSubjectV1Beta2 getGroup()
Description copied from interface:SubjectV1Beta2groupmatches based on user group name.- Specified by:
getGroupin interfaceSubjectV1Beta2
-
getServiceAccount
public final ServiceAccountSubjectV1Beta2 getServiceAccount()
Description copied from interface:SubjectV1Beta2serviceAccountmatches ServiceAccounts.- Specified by:
getServiceAccountin interfaceSubjectV1Beta2
-
getUser
public final UserSubjectV1Beta2 getUser()
Description copied from interface:SubjectV1Beta2usermatches based on username.- Specified by:
getUserin interfaceSubjectV1Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-