Package io.github.cdklabs.cdknag
Class SuppressionIgnoreAnd
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.SuppressionIgnoreAnd
-
- All Implemented Interfaces:
INagSuppressionIgnore,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-10T00:13:50.842Z") @Stability(Stable) public class SuppressionIgnoreAnd extends software.amazon.jsii.JsiiObject implements INagSuppressionIgnore
Ignore the suppression if all 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 SuppressionIgnoreAnd(@NotNull INagSuppressionIgnore... SuppressionIgnoreAnds)protectedSuppressionIgnoreAnd(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSuppressionIgnoreAnd(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
-
SuppressionIgnoreAnd
protected SuppressionIgnoreAnd(software.amazon.jsii.JsiiObjectRef objRef)
-
SuppressionIgnoreAnd
protected SuppressionIgnoreAnd(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SuppressionIgnoreAnd
@Stability(Stable) public SuppressionIgnoreAnd(@NotNull @NotNull INagSuppressionIgnore... SuppressionIgnoreAnds)- Parameters:
SuppressionIgnoreAnds- 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.
-
-