//go:build no_runtime_type_checking package awsce // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnCostCategory) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnCostCategory) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnCostCategory_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnCostCategory_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnCostCategory_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnCostCategory) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnCostCategory) validateSetRulesParameters(val *string) error { return nil } func (j *jsiiProxy_CfnCostCategory) validateSetRuleVersionParameters(val *string) error { return nil } func validateNewCfnCostCategoryParameters(scope constructs.Construct, id *string, props *CfnCostCategoryProps) error { return nil }