Class CfnLaunchTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLaunchTemplateProps
@Stability(Stable)
@Internal
public static final class CfnLaunchTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchTemplateProps
An implementation for
CfnLaunchTemplateProps-
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.CfnLaunchTemplateProps
CfnLaunchTemplateProps.Builder, CfnLaunchTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLaunchTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplateProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe information for the launch template.final StringA name for the launch template.final ObjectThe tags to apply to the launch template on creation.final StringA description for the first version of the launch template.final inthashCode()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 theCfnLaunchTemplateProps.Builder.
-
-
Method Details
-
getLaunchTemplateData
Description copied from interface:CfnLaunchTemplatePropsThe information for the launch template.- Specified by:
getLaunchTemplateDatain interfaceCfnLaunchTemplateProps
-
getLaunchTemplateName
Description copied from interface:CfnLaunchTemplatePropsA name for the launch template.- Specified by:
getLaunchTemplateNamein interfaceCfnLaunchTemplateProps
-
getTagSpecifications
Description copied from interface:CfnLaunchTemplatePropsThe tags to apply to the launch template on creation.To tag the launch template, the resource type must be
launch-template.To specify the tags for the resources that are created when an instance is launched, you must use the
TagSpecificationsparameter in the launch template data structure.- Specified by:
getTagSpecificationsin interfaceCfnLaunchTemplateProps
-
getVersionDescription
Description copied from interface:CfnLaunchTemplatePropsA description for the first version of the launch template.- Specified by:
getVersionDescriptionin interfaceCfnLaunchTemplateProps
-
$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()
-