Package org.cdk8s.plus24.k8s
Class IntOrString
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.IntOrString
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.456Z") @Stability(Stable) public class IntOrString extends software.amazon.jsii.JsiiObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IntOrString(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
IntOrString(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntOrString
fromNumber(Number value)
static IntOrString
fromString(String value)
Object
getValue()
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
fromNumber
@Stability(Stable) @NotNull public static IntOrString fromNumber(@NotNull Number value)
- Parameters:
value
- This parameter is required.
-
fromString
@Stability(Stable) @NotNull public static IntOrString fromString(@NotNull String value)
- Parameters:
value
- This parameter is required.
-
getValue
@Stability(Stable) @NotNull public Object getValue()
-
-