Package io.github.cdklabs.cdknag
Class SuppressionIgnoreOr
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.SuppressionIgnoreOr
-
- All Implemented Interfaces:
INagSuppressionIgnore,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-15T00:12:13.377Z") @Stability(Stable) public class SuppressionIgnoreOr extends software.amazon.jsii.JsiiObject implements INagSuppressionIgnore
Ignore the suppression if any of the given INagSuppressionIgnore return a non-empty message.
-
-
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 SuppressionIgnoreOr(@NotNull INagSuppressionIgnore... orSuppressionIgnores)protectedSuppressionIgnoreOr(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSuppressionIgnoreOr(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
-
SuppressionIgnoreOr
protected SuppressionIgnoreOr(software.amazon.jsii.JsiiObjectRef objRef)
-
SuppressionIgnoreOr
protected SuppressionIgnoreOr(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SuppressionIgnoreOr
@Stability(Stable) public SuppressionIgnoreOr(@NotNull @NotNull INagSuppressionIgnore... orSuppressionIgnores)- Parameters:
orSuppressionIgnores- This parameter is required.
-
-
Method Detail
-
createMessage
@Stability(Stable) @NotNull public String createMessage(@NotNull SuppressionIgnoreInput input)
- Specified by:
createMessagein interfaceINagSuppressionIgnore- Parameters:
input- This parameter is required.
-
-