Package software.amazon.awscdk
Class PolicyValidationPluginReportBeta1.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.PolicyValidationPluginReportBeta1.Jsii$Proxy
- All Implemented Interfaces:
PolicyValidationPluginReportBeta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PolicyValidationPluginReportBeta1
@Stability(Stable)
@Internal
public static final class PolicyValidationPluginReportBeta1.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyValidationPluginReportBeta1
An implementation for
PolicyValidationPluginReportBeta1
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.PolicyValidationPluginReportBeta1
PolicyValidationPluginReportBeta1.Builder, PolicyValidationPluginReportBeta1.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePolicyValidationPluginReportBeta1.Builder
.protected
Jsii$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.JsonNode
final boolean
Arbitrary information about the report.final String
The version of the plugin that created the report.final Boolean
Whether or not the report was successful.final List<PolicyViolationBeta1>
List of violations in the report.final int
hashCode()
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 thePolicyValidationPluginReportBeta1.Builder
.
-
-
Method Details
-
getSuccess
Description copied from interface:PolicyValidationPluginReportBeta1
Whether or not the report was successful.- Specified by:
getSuccess
in interfacePolicyValidationPluginReportBeta1
-
getViolations
Description copied from interface:PolicyValidationPluginReportBeta1
List of violations in the report.- Specified by:
getViolations
in interfacePolicyValidationPluginReportBeta1
-
getMetadata
Description copied from interface:PolicyValidationPluginReportBeta1
Arbitrary information about the report.Default: - no metadata
- Specified by:
getMetadata
in interfacePolicyValidationPluginReportBeta1
-
getPluginVersion
Description copied from interface:PolicyValidationPluginReportBeta1
The version of the plugin that created the report.Default: - no version
- Specified by:
getPluginVersion
in interfacePolicyValidationPluginReportBeta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-