Package org.cdk8s.plus22
Class SecretValue.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.SecretValue.Jsii$Proxy
-
- All Implemented Interfaces:
SecretValue,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecretValue
@Stability(Stable) @Internal public static final class SecretValue.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecretValue
An implementation forSecretValue
-
-
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.plus22.SecretValue
SecretValue.Builder, SecretValue.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecretValue.Builder builder)Constructor that initializes the object based on literal property values passed by theSecretValue.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)StringgetKey()The JSON key.ISecretgetSecret()The secret.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(SecretValue.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecretValue.Builder.
-
-
Method Detail
-
getKey
public final String getKey()
Description copied from interface:SecretValueThe JSON key.- Specified by:
getKeyin interfaceSecretValue
-
getSecret
public final ISecret getSecret()
Description copied from interface:SecretValueThe secret.- Specified by:
getSecretin interfaceSecretValue
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-