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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.LaunchTemplateAttributes
LaunchTemplateAttributes.Builder, LaunchTemplateAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLaunchTemplateAttributes.Builder.protectedJsii$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:LaunchTemplateAttributesThe identifier of the Launch Template.Exactly one of
launchTemplateIdandlaunchTemplateNamemay be set.Default: None
- Specified by:
getLaunchTemplateIdin interfaceLaunchTemplateAttributes
-
getLaunchTemplateName
Description copied from interface:LaunchTemplateAttributesThe name of the Launch Template.Exactly one of
launchTemplateIdandlaunchTemplateNamemay be set.Default: None
- Specified by:
getLaunchTemplateNamein interfaceLaunchTemplateAttributes
-
getVersionNumber
Description copied from interface:LaunchTemplateAttributesThe version number of this launch template to use.Default: Version: "$Default"
- Specified by:
getVersionNumberin interfaceLaunchTemplateAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-