Package org.cdk8s.plus24.k8s
Class UserSubjectV1Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.UserSubjectV1Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
UserSubjectV1Beta2
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- UserSubjectV1Beta2
@Stability(Stable) @Internal public static final class UserSubjectV1Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserSubjectV1Beta2
An implementation forUserSubjectV1Beta2
-
-
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.plus24.k8s.UserSubjectV1Beta2
UserSubjectV1Beta2.Builder, UserSubjectV1Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(UserSubjectV1Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theUserSubjectV1Beta2.Builder
.protected
Jsii$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()
boolean
equals(Object o)
String
getName()
`name` is the username that matches, or "*" to match all usernames.int
hashCode()
-
-
-
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(UserSubjectV1Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theUserSubjectV1Beta2.Builder
.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:UserSubjectV1Beta2
`name` is the username that matches, or "*" to match all usernames.Required.
- Specified by:
getName
in interfaceUserSubjectV1Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-