Package io.github.cdklabs.cdknag
Class AnnotationLoggerProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.AnnotationLoggerProps.Jsii$Proxy
-
- All Implemented Interfaces:
AnnotationLoggerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AnnotationLoggerProps
@Stability(Stable) @Internal public static final class AnnotationLoggerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AnnotationLoggerProps
An implementation forAnnotationLoggerProps
-
-
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.AnnotationLoggerProps
AnnotationLoggerProps.Builder, AnnotationLoggerProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AnnotationLoggerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theAnnotationLoggerProps.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)BooleangetLogIgnores()Whether or not to log suppressed rule violations as informational messages (default: false).BooleangetVerbose()Whether or not to enable extended explanatory descriptions on warning, error, and logged ignore messages.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(AnnotationLoggerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theAnnotationLoggerProps.Builder.
-
-
Method Detail
-
getLogIgnores
public final Boolean getLogIgnores()
Description copied from interface:AnnotationLoggerPropsWhether or not to log suppressed rule violations as informational messages (default: false).- Specified by:
getLogIgnoresin interfaceAnnotationLoggerProps
-
getVerbose
public final Boolean getVerbose()
Description copied from interface:AnnotationLoggerPropsWhether or not to enable extended explanatory descriptions on warning, error, and logged ignore messages.- Specified by:
getVerbosein interfaceAnnotationLoggerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-