//go:build no_runtime_type_checking package awsroute53 // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnHostedZone) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnHostedZone) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnHostedZone_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnHostedZone_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnHostedZone_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnHostedZone) validateSetHostedZoneConfigParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnHostedZone) validateSetHostedZoneTagsRawParameters(val *[]*CfnHostedZone_HostedZoneTagProperty) error { return nil } func (j *jsiiProxy_CfnHostedZone) validateSetQueryLoggingConfigParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnHostedZone) validateSetVpcsParameters(val interface{}) error { return nil } func validateNewCfnHostedZoneParameters(scope constructs.Construct, id *string, props *CfnHostedZoneProps) error { return nil }