Package org.cdk8s.plus25.k8s
Class IntOrString
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.IntOrString
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.556Z") @Stability(Stable) public class IntOrString extends software.amazon.jsii.JsiiObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIntOrString(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntOrString(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntOrStringfromNumber(Number value)static IntOrStringfromString(String value)ObjectgetValue()-
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()
-
-