Class LaunchTemplateCpuOptions.Jsii$Proxy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      String getAmdSevSnp()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#amd_sev_snp LaunchTemplate#amd_sev_snp}.
      Number getCoreCount()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#core_count LaunchTemplate#core_count}.
      Number getThreadsPerCore()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#threads_per_core LaunchTemplate#threads_per_core}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • 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.
    • Method Detail

      • getAmdSevSnp

        public final String getAmdSevSnp()
        Description copied from interface: LaunchTemplateCpuOptions
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#amd_sev_snp LaunchTemplate#amd_sev_snp}.
        Specified by:
        getAmdSevSnp in interface LaunchTemplateCpuOptions
      • getCoreCount

        public final Number getCoreCount()
        Description copied from interface: LaunchTemplateCpuOptions
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#core_count LaunchTemplate#core_count}.
        Specified by:
        getCoreCount in interface LaunchTemplateCpuOptions
      • getThreadsPerCore

        public final Number getThreadsPerCore()
        Description copied from interface: LaunchTemplateCpuOptions
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#threads_per_core LaunchTemplate#threads_per_core}.
        Specified by:
        getThreadsPerCore in interface LaunchTemplateCpuOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object