Class SnapshotOptions.Jsii$Proxy

  • All Implemented Interfaces:
    SnapshotOptions, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    SnapshotOptions

    @Stability(Experimental)
    @Internal
    public static final class SnapshotOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements SnapshotOptions
    An implementation for SnapshotOptions
    • 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.
    • Method Detail

      • getParseJson

        public final Boolean getParseJson()
        Description copied from interface: SnapshotOptions
        (experimental) Parse .json files as a JS object for improved inspection. This will fail if the contents are invalid JSON.

        Default: true parse .json files into an object

        Specified by:
        getParseJson in interface SnapshotOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object