Package org.cdk8s.plus24.k8s
Class SelfSubjectAccessReviewSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.SelfSubjectAccessReviewSpec.Jsii$Proxy
-
- All Implemented Interfaces:
SelfSubjectAccessReviewSpec
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SelfSubjectAccessReviewSpec
@Stability(Stable) @Internal public static final class SelfSubjectAccessReviewSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SelfSubjectAccessReviewSpec
An implementation forSelfSubjectAccessReviewSpec
-
-
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.SelfSubjectAccessReviewSpec
SelfSubjectAccessReviewSpec.Builder, SelfSubjectAccessReviewSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(SelfSubjectAccessReviewSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theSelfSubjectAccessReviewSpec.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)
NonResourceAttributes
getNonResourceAttributes()
NonResourceAttributes describes information for a non-resource access request.ResourceAttributes
getResourceAttributes()
ResourceAuthorizationAttributes describes information for a resource access request.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(SelfSubjectAccessReviewSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theSelfSubjectAccessReviewSpec.Builder
.
-
-
Method Detail
-
getNonResourceAttributes
public final NonResourceAttributes getNonResourceAttributes()
Description copied from interface:SelfSubjectAccessReviewSpec
NonResourceAttributes describes information for a non-resource access request.- Specified by:
getNonResourceAttributes
in interfaceSelfSubjectAccessReviewSpec
-
getResourceAttributes
public final ResourceAttributes getResourceAttributes()
Description copied from interface:SelfSubjectAccessReviewSpec
ResourceAuthorizationAttributes describes information for a resource access request.- Specified by:
getResourceAttributes
in interfaceSelfSubjectAccessReviewSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-