Class CfnLaunch.GroupToWeightProperty.Jsii$Proxy

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

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

    • getGroupName

      public final String getGroupName()
      Description copied from interface: CfnLaunch.GroupToWeightProperty
      The name of the launch group.

      It can include up to 127 characters.

      Specified by:
      getGroupName in interface CfnLaunch.GroupToWeightProperty
    • getSplitWeight

      public final Number getSplitWeight()
      Description copied from interface: CfnLaunch.GroupToWeightProperty
      The portion of launch traffic to allocate to this launch group.

      This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

      Specified by:
      getSplitWeight in interface CfnLaunch.GroupToWeightProperty
    • $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