Class CfnReplicationSetProps.Jsii$Proxy

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

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

    • getRegions

      public final Object getRegions()
      Description copied from interface: CfnReplicationSetProps
      Specifies the Regions of the replication set.
      Specified by:
      getRegions in interface CfnReplicationSetProps
    • getDeletionProtected

      public final Object getDeletionProtected()
      Description copied from interface: CfnReplicationSetProps
      Determines if the replication set deletion protection is enabled or not.

      If deletion protection is enabled, you can't delete the last Region in the replication set.

      Specified by:
      getDeletionProtected in interface CfnReplicationSetProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnReplicationSetProps
      A list of tags to add to the replication set.
      Specified by:
      getTags in interface CfnReplicationSetProps
    • $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