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(Deprecated)
@Deprecated
@Internal
public static final class PolicyValidationPluginReportBeta1.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyValidationPluginReportBeta1
Deprecated.
An implementation for
PolicyValidationPluginReportBeta1-
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.PolicyValidationPluginReportBeta1
PolicyValidationPluginReportBeta1.Builder, PolicyValidationPluginReportBeta1.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by thePolicyValidationPluginReportBeta1.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.Deprecated.(deprecated) Arbitrary information about the report.final StringDeprecated.(deprecated) The version of the plugin that created the report.final BooleanDeprecated.(deprecated) Whether or not the report was successful.final List<PolicyViolationBeta1> Deprecated.(deprecated) List of violations in the report.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by thePolicyValidationPluginReportBeta1.Builder.
-
-
Method Details
-
getSuccess
Deprecated.Description copied from interface:PolicyValidationPluginReportBeta1(deprecated) Whether or not the report was successful.- Specified by:
getSuccessin interfacePolicyValidationPluginReportBeta1
-
getViolations
Deprecated.Description copied from interface:PolicyValidationPluginReportBeta1(deprecated) List of violations in the report.- Specified by:
getViolationsin interfacePolicyValidationPluginReportBeta1
-
getMetadata
Deprecated.Description copied from interface:PolicyValidationPluginReportBeta1(deprecated) Arbitrary information about the report.Default: - no metadata
- Specified by:
getMetadatain interfacePolicyValidationPluginReportBeta1
-
getPluginVersion
Deprecated.Description copied from interface:PolicyValidationPluginReportBeta1(deprecated) The version of the plugin that created the report.Default: - no version
- Specified by:
getPluginVersionin interfacePolicyValidationPluginReportBeta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-