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