Class CfnDisk.AddOnProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnDisk.AddOnProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDisk.AddOnProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDisk.AddOnProperty

@Stability(Stable) @Internal public static final class CfnDisk.AddOnProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDisk.AddOnProperty
An implementation for CfnDisk.AddOnProperty
  • 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(CfnDisk.AddOnProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDisk.AddOnProperty.Builder.
  • Method Details

    • getAddOnType

      public final String getAddOnType()
      Description copied from interface: CfnDisk.AddOnProperty
      The add-on type (for example, AutoSnapshot ).

      AutoSnapshot is the only add-on that can be enabled for a disk.

      Specified by:
      getAddOnType in interface CfnDisk.AddOnProperty
    • getAutoSnapshotAddOnRequest

      public final Object getAutoSnapshotAddOnRequest()
      Description copied from interface: CfnDisk.AddOnProperty
      The parameters for the automatic snapshot add-on, such as the daily time when an automatic snapshot will be created.
      Specified by:
      getAutoSnapshotAddOnRequest in interface CfnDisk.AddOnProperty
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnDisk.AddOnProperty
      The status of the add-on.

      Valid Values: Enabled | Disabled

      Specified by:
      getStatus in interface CfnDisk.AddOnProperty
    • $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