Class CfnDedicatedIpPoolProps.Jsii$Proxy

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

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

    • getPoolName

      public final String getPoolName()
      Description copied from interface: CfnDedicatedIpPoolProps
      The name of the dedicated IP pool that the IP address is associated with.
      Specified by:
      getPoolName in interface CfnDedicatedIpPoolProps
    • getScalingMode

      public final String getScalingMode()
      Description copied from interface: CfnDedicatedIpPoolProps
      The type of scaling mode.

      The following options are available:

      • STANDARD - The customer controls which IPs are part of the dedicated IP pool.
      • MANAGED - The reputation and number of IPs are automatically managed by Amazon SES .

      The STANDARD option is selected by default if no value is specified.

      Updating ScalingMode doesn't require a replacement if you're updating its value from STANDARD to MANAGED . However, updating ScalingMode from MANAGED to STANDARD is not supported.

      Specified by:
      getScalingMode in interface CfnDedicatedIpPoolProps
    • $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