//go:build no_runtime_type_checking package awscdkbatchalpha // Building without runtime type checking enabled, so all the below just return nil func validateEmptyDirVolume_EmptyDirParameters(options *EmptyDirVolumeOptions) error { return nil } func validateEmptyDirVolume_HostPathParameters(options *HostPathVolumeOptions) error { return nil } func validateEmptyDirVolume_IsEmptyDirVolumeParameters(x interface{}) error { return nil } func validateEmptyDirVolume_SecretParameters(options *SecretPathVolumeOptions) error { return nil } func validateNewEmptyDirVolumeParameters(options *EmptyDirVolumeOptions) error { return nil }