public static final class CfnInstance.LaunchTemplateSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstance.LaunchTemplateSpecificationProperty
CfnInstance.LaunchTemplateSpecificationProperty
CfnInstance.LaunchTemplateSpecificationProperty.Builder, CfnInstance.LaunchTemplateSpecificationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getLaunchTemplateId()
The ID of the launch template.
|
java.lang.String |
getLaunchTemplateName()
The name of the launch template.
|
java.lang.String |
getVersion()
The version number of the launch template.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getVersion()
CfnInstance.LaunchTemplateSpecificationProperty
AWS CloudFormation does not support specifying $Latest
, or $Default
for the template version number.
getVersion
in interface CfnInstance.LaunchTemplateSpecificationProperty
public final java.lang.String getLaunchTemplateId()
CfnInstance.LaunchTemplateSpecificationProperty
getLaunchTemplateId
in interface CfnInstance.LaunchTemplateSpecificationProperty
public final java.lang.String getLaunchTemplateName()
CfnInstance.LaunchTemplateSpecificationProperty
getLaunchTemplateName
in interface CfnInstance.LaunchTemplateSpecificationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()