Package io.github.cdklabs.cdknag
Class SuppressionIgnoreNever
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.SuppressionIgnoreNever
-
- All Implemented Interfaces:
INagSuppressionIgnore,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-22T00:11:30.596Z") @Stability(Stable) public class SuppressionIgnoreNever extends software.amazon.jsii.JsiiObject implements INagSuppressionIgnore
Don't ignore the suppression.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.cdknag.INagSuppressionIgnore
INagSuppressionIgnore.Jsii$Default, INagSuppressionIgnore.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description SuppressionIgnoreNever()protectedSuppressionIgnoreNever(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSuppressionIgnoreNever(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateMessage(SuppressionIgnoreInput _input)-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
SuppressionIgnoreNever
protected SuppressionIgnoreNever(software.amazon.jsii.JsiiObjectRef objRef)
-
SuppressionIgnoreNever
protected SuppressionIgnoreNever(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SuppressionIgnoreNever
@Stability(Stable) public SuppressionIgnoreNever()
-
-
Method Detail
-
createMessage
@Stability(Stable) @NotNull public String createMessage(@NotNull SuppressionIgnoreInput _input)
- Specified by:
createMessagein interfaceINagSuppressionIgnore- Parameters:
_input- This parameter is required.
-
-