//go:build no_runtime_type_checking package awsbackup // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnReportPlan) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnReportPlan) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnReportPlan_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnReportPlan_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnReportPlan_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnReportPlan) validateSetReportDeliveryChannelParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnReportPlan) validateSetReportPlanTagsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnReportPlan) validateSetReportSettingParameters(val interface{}) error { return nil } func validateNewCfnReportPlanParameters(scope constructs.Construct, id *string, props *CfnReportPlanProps) error { return nil }