Class RuntimePlatform.Jsii$Proxy

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

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

    • getCpuArchitecture

      public final CpuArchitecture getCpuArchitecture()
      Description copied from interface: RuntimePlatform
      The CpuArchitecture for Fargate Runtime Platform.

      Default: - Undefined.

      Specified by:
      getCpuArchitecture in interface RuntimePlatform
    • getOperatingSystemFamily

      public final OperatingSystemFamily getOperatingSystemFamily()
      Description copied from interface: RuntimePlatform
      The operating system for Fargate Runtime Platform.

      Default: - Undefined.

      Specified by:
      getOperatingSystemFamily in interface RuntimePlatform
    • $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