Class PolicyViolationJson.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_schema.PolicyViolationJson.Jsii$Proxy
- All Implemented Interfaces:
PolicyViolationJson,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PolicyViolationJson
@Stability(Stable)
@Internal
public static final class PolicyViolationJson.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyViolationJson
An implementation for
PolicyViolationJson-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cloud_assembly_schema.PolicyViolationJson
PolicyViolationJson.Builder, PolicyViolationJson.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PolicyViolationJson.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyViolationJson.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringIf the plugin wants to report using a non-standard severity, put it here.final StringA description of the violation.Additional rule-specific metadata.final StringThe name of the rule that was violated.final StringThe severity of the violation.final StringHow to fix the violation.final List<ViolatingConstructJson> Constructs that violated the rule.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by thePolicyViolationJson.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:PolicyViolationJsonA description of the violation.- Specified by:
getDescriptionin interfacePolicyViolationJson
-
getRuleName
Description copied from interface:PolicyViolationJsonThe name of the rule that was violated.- Specified by:
getRuleNamein interfacePolicyViolationJson
-
getSeverity
Description copied from interface:PolicyViolationJsonThe severity of the violation.- Specified by:
getSeverityin interfacePolicyViolationJson
-
getViolatingConstructs
Description copied from interface:PolicyViolationJsonConstructs that violated the rule.- Specified by:
getViolatingConstructsin interfacePolicyViolationJson
-
getCustomSeverity
Description copied from interface:PolicyViolationJsonIf the plugin wants to report using a non-standard severity, put it here.- Specified by:
getCustomSeverityin interfacePolicyViolationJson
-
getRuleMetadata
Description copied from interface:PolicyViolationJsonAdditional rule-specific metadata.Default: - no metadata
- Specified by:
getRuleMetadatain interfacePolicyViolationJson
-
getSuggestedFix
Description copied from interface:PolicyViolationJsonHow to fix the violation.Default: - no fix provided
- Specified by:
getSuggestedFixin interfacePolicyViolationJson
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-