Class CfnFileSystem.BackupPolicyProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.CfnFileSystem.BackupPolicyProperty.Jsii$Proxy
All Implemented Interfaces:
CfnFileSystem.BackupPolicyProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnFileSystem.BackupPolicyProperty

@Stability(Stable) @Internal public static final class CfnFileSystem.BackupPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystem.BackupPolicyProperty
  • 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

      protected Jsii$Proxy(CfnFileSystem.BackupPolicyProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFileSystem.BackupPolicyProperty.Builder.
  • Method Details

    • getStatus

      public final String getStatus()
      Description copied from interface: CfnFileSystem.BackupPolicyProperty
      Set the backup policy status for the file system.

      • ENABLED - Turns automatic backups on for the file system.
      • DISABLED - Turns automatic backups off for the file system.
      Specified by:
      getStatus in interface CfnFileSystem.BackupPolicyProperty
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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