//go:build no_runtime_type_checking package awsec2 // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnLaunchTemplate) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchTemplate) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnLaunchTemplate_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnLaunchTemplate_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnLaunchTemplate_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnLaunchTemplate) validateSetLaunchTemplateDataParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnLaunchTemplate) validateSetTagSpecificationsParameters(val interface{}) error { return nil } func validateNewCfnLaunchTemplateParameters(scope constructs.Construct, id *string, props *CfnLaunchTemplateProps) error { return nil }