Class LaunchTemplateAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.LaunchTemplateAttributes.Jsii$Proxy
- All Implemented Interfaces:
LaunchTemplateAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LaunchTemplateAttributes
@Stability(Stable)
@Internal
public static final class LaunchTemplateAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LaunchTemplateAttributes
An implementation for
LaunchTemplateAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.LaunchTemplateAttributes
LaunchTemplateAttributes.Builder, LaunchTemplateAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theLaunchTemplateAttributes.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theLaunchTemplateAttributes.Builder
.
-
-
Method Details
-
getLaunchTemplateId
Description copied from interface:LaunchTemplateAttributes
The identifier of the Launch Template.Exactly one of
launchTemplateId
andlaunchTemplateName
may be set.Default: None
- Specified by:
getLaunchTemplateId
in interfaceLaunchTemplateAttributes
-
getLaunchTemplateName
Description copied from interface:LaunchTemplateAttributes
The name of the Launch Template.Exactly one of
launchTemplateId
andlaunchTemplateName
may be set.Default: None
- Specified by:
getLaunchTemplateName
in interfaceLaunchTemplateAttributes
-
getVersionNumber
Description copied from interface:LaunchTemplateAttributes
The version number of this launch template to use.Default: Version: "$Default"
- Specified by:
getVersionNumber
in interfaceLaunchTemplateAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-