Package io.github.cdklabs.cdknag
Class SuppressionIgnoreInput.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.SuppressionIgnoreInput.Jsii$Proxy
-
- All Implemented Interfaces:
SuppressionIgnoreInput,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SuppressionIgnoreInput
@Stability(Stable) @Internal public static final class SuppressionIgnoreInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SuppressionIgnoreInput
An implementation forSuppressionIgnoreInput
-
-
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.SuppressionIgnoreInput
SuppressionIgnoreInput.Builder, SuppressionIgnoreInput.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SuppressionIgnoreInput.Builder builder)Constructor that initializes the object based on literal property values passed by theSuppressionIgnoreInput.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetFindingId()StringgetReason()software.amazon.awscdk.CfnResourcegetResource()StringgetRuleId()NagMessageLevelgetRuleLevel()inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SuppressionIgnoreInput.Builder builder)
Constructor that initializes the object based on literal property values passed by theSuppressionIgnoreInput.Builder.
-
-
Method Detail
-
getFindingId
public final String getFindingId()
- Specified by:
getFindingIdin interfaceSuppressionIgnoreInput
-
getReason
public final String getReason()
- Specified by:
getReasonin interfaceSuppressionIgnoreInput
-
getResource
public final software.amazon.awscdk.CfnResource getResource()
- Specified by:
getResourcein interfaceSuppressionIgnoreInput
-
getRuleId
public final String getRuleId()
- Specified by:
getRuleIdin interfaceSuppressionIgnoreInput
-
getRuleLevel
public final NagMessageLevel getRuleLevel()
- Specified by:
getRuleLevelin interfaceSuppressionIgnoreInput
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-